It seems that your linker cannot find the standard c / C ++ libraries. It looks like this could be a problem with Windows Driver Kit 10 if you have one, or if you are missing libraries. First, check C:\Program Files\Microsoft Visual Studio 14.0\VC\include
and see if you have files there, in particular those that look like stddef.h
, stdlib.h
and ctype.h
Otherwise, try renaming the C:\Program Files (x86)\Windows Kits\10\include\wdf
to something like C:\Program Files (x86)\Windows Kits\10\include\00wdf
It seems like people have succeeded in this, judging by this git issue and fooobar.com/questions/454271 / ....
source share