I'm been trying to get into driver development (queue the "don't do that") I have been looking at this msdn page and after installing the WDK (Windows Driver Kit) 10 I am still unable to compile the example that they use on that page.
I have looked at other SO questions but I am unable to find the installed directory of the WDK. When I attempt to run the setup I am greeted by this:
How can I solve this?
ntddk.h
file. Generally you need to configure your project to point to the DDK - this is a project configuration. You've not provided a lot of information barring 'the DDK seems to be installed' here. – Trunnelc:\program files (x86)\Windows Kits\10\Include\10.0.10586.0\km
. You're probably missing some settings in the example to get it to work – Trunnel