Visual Studio 2015 wdk 10 command line error

I follow this guide

https://msdn.microsoft.com/en-us/library/windows/hardware/hh439665(v=vs.85).aspx

I am using visual studio 2015 with wdk 10. However, when I try to build a solution (step 14), I get the following error:

command-line error: exception handling option can be used only when compiling C++ in line 1

Any ideas?

thanks

+4
source share
2 answers

It's simple. There is an error in VS 2015. You need to wait for the update VS 2015 Update 1, there is no workaround.

+2
source

Source: https://habr.com/ru/post/1611047/


All Articles