WindowsSdkDir is not set correctly in Visual Studio 2008?

前端 未结 5 1888
梦毁少年i
梦毁少年i 2020-12-08 22:02

I\'m attempting to build some C++ code that requires the Windows 7.0 SDK header files and libraries. My VC++ Directories is set to:

$(VCInstallDir)include
$(         


        
5条回答
  •  清歌不尽
    2020-12-08 22:21

    Ah. Found this blog post: http://blogs.msdn.com/windowssdk/archive/2008/06/30/winsdk-bug-notification-sdk-config-tool-appears-to-work-but-fails.aspx

    Essentially, the configuration tool only updates the HKEY_LOCAL_MACHINE settings; Visual Studio uses the HKEY_CURRENT_USER settings in preference.

提交回复
热议问题