Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WindowsSDK_IncludePath macro missing

Just like the title says.

I go to project properties -> VC++ Directories -> Include Directories -> Macros>>

It's not in that list at all. The result is that VS cannot open Windows.h. How can I reset this macro to its default value (or set it at all)?

like image 735
Jeff Avatar asked Oct 20 '22 18:10

Jeff


1 Answers

That variable should be set by the installation of the Windows SDK. You likely just need to reinstall it (here is the link for 8.1: https://msdn.microsoft.com/en-us/windows/desktop/bg162891.aspx).

like image 196
MuertoExcobito Avatar answered Oct 27 '22 11:10

MuertoExcobito