0

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?

Matias_VS
  • 1
  • 5

1 Answers1

-2

WDK has its own compiler. See readme and examples. You can use VS 2015 as source editor and then compile from command prompt.

i486
  • 6,491
  • 4
  • 24
  • 41
  • Nope, I have done this shit before with WDK 8.1, you can compile the drivers with the visual studio and not changing a single property option. Also that's not the problem here, the problem here are the include directories. – Matias_VS Sep 14 '16 at 13:39
  • All include dirs are configured for the command line compiler when you run the necessary shortcut. – i486 Sep 14 '16 at 13:42
  • I don't say that this is impossible. But it is pre-configured for its compiler. – i486 Sep 14 '16 at 13:51