diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props
index e1201912fd..a09f84f7d7 100644
--- a/Source/VSProps/Base.props
+++ b/Source/VSProps/Base.props
@@ -6,6 +6,16 @@
$(Platform)\$(Configuration)\
$(SolutionDir)$(Platform)\$(Configuration)\
+
+ $(DXSDK_DIR)Include;$(IncludePath)
+ $(DXSDK_DIR)Lib\x86;$(LibraryPath)
+ $(DXSDK_DIR)Utilities\Bin\x86;$(ExecutablePath)
+
+
+ $(DXSDK_DIR)Include;$(IncludePath)
+ $(DXSDK_DIR)Lib\x64;$(LibraryPath)
+ $(DXSDK_DIR)Utilities\Bin\x64;$(ExecutablePath)
+
_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;USE_UPNP;%(PreprocessorDefinitions)