问题
I installed yesterday the WDK 10 for my visual studio 2015 enterprise. Today I tried to make a project, but first of all it couldn't find the include directories, so I manually added it (C:\Program Files (x86)\Windows Kits\10\Include\10.0.14393.0\km)
After this visual studio's intelli sense prompted me that there are too many errors for even to be displayed, around 2200. Something fucked up the headers really bad, how do I fix this?
回答1:
WDK has its own compiler. See readme and examples. You can use VS 2015 as source editor and then compile from command prompt.
来源:https://stackoverflow.com/questions/39491827/visual-studio-2015-wdk-not-working