WindowsSdkDir is not set correctly in Visual Studio 2008?

前端 未结 5 1884
梦毁少年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:32

    If the blog post doesn't work. Try running the vsvars32.bat in your /Common7/Tools/vsvars32.bat and then run devenv.exe (in the same environment).

提交回复
热议问题