Visual Studio 2015 WDK Not Working

落爺英雄遲暮 提交于 2019-12-12 04:24:42

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!