Cannot open include file: 'ntddk.h'

前端 未结 6 2222
隐瞒了意图╮
隐瞒了意图╮ 2021-01-04 05:30

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 a

6条回答
  •  轮回少年
    2021-01-04 05:55

    There is a macros $(DDK_INC_PATH) that can be added to include directories of your project (vcxproj properties -> VC++ Directories -> Include Directories)

提交回复
热议问题