Issues with installing windows driver kit for windows 11 x64 bit architecture

Mac Zs 0 Reputation points
2024-06-22T14:58:36.5933333+00:00

So I have been having quite an issue with the wdk and everything especially, i cannot include anyfile
ntifs.h nor anything doesnt seem to exsist on my pc even tho i installed it any particular fixes i have tried everything i could find on the internet

Windows Driver Kit (WDK)
Windows Driver Kit (WDK)
A set of Microsoft tools that are used to develop, test, and deploy Windows drivers.
46 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. S.Sengupta 16,686 Reputation points MVP
    2024-06-23T01:07:20.9766667+00:00

    Ensure you have the correct version of WDK installed, matching your Windows SDK version.

    Try reinstalling the WDK and Windows SDK.

    Make sure your project's include paths are correctly set to point to the WDK directories.

    Typically, the path should be something like: C:\Program Files (x86)\Windows Kits\10\Include<version>\km

    0 comments No comments