From bea3054c9ccf810c0900d89d02116b08c50e2d8a Mon Sep 17 00:00:00 2001 From: Jules Blok Date: Mon, 13 Apr 2015 21:44:40 +0200 Subject: [PATCH] Base.props: Remove DXSDK_DIR from the include path. By overriding the include directories we can ensure we only use the Windows SDK. --- Source/VSProps/Base.props | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props index 4730347a86..0bbef70b88 100644 --- a/Source/VSProps/Base.props +++ b/Source/VSProps/Base.props @@ -23,6 +23,7 @@ $(BuildRootDir)$(Platform)\$(Configuration)\$(ProjectName)\ $(IntDir)bin\ $(ProjectName)$(TargetSuffix) + $(VC_IncludePath);$(WindowsSDK_IncludePath)