cezanne / usbip-win

USB/IP for Windows
GNU General Public License v3.0
1.91k stars 344 forks source link

nttdk.h file is not found #336

Closed Vasanth28897 closed 1 year ago

Vasanth28897 commented 1 year ago

Hi, I am a newbie in USB/IP. I followed the instructions you @cezanne gave up to build tools.

my machine is Windows 11, VS SDK is 2019(142), SDK is 10.0.18362 and WDK is 10.0.18362(1903).

When I try to build the project, it shows the error "nttdk.h" file is not found. After some research, there is no folder named "km" in this path, where the nttdk.h file is stored.

<C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362>.

Need assistance to solve this issue. Thanks in advance.