无法打开包含文件:“ ntddk.h” [英] Cannot open include file: 'ntddk.h'

查看:224
本文介绍了无法打开包含文件:“ ntddk.h”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在尝试进行驱动程序开发(排队不要那样做)
我一直在寻找



我该如何解决?

解决方案

您需要将WDK标头路径添加到vcxproj包含目录:

vcxproj属性-> C / C ++->常规->其他包含目录

  C:\Program Files(x86)\ Windows套件\10\包含\10.0.14393.0\km\ 

PS:制作确保您将SDK 10与WDK 10一起安装。

PPS:如果没有SDK,您将得到无法打开包含文件:'ntdef.h'错误


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?

解决方案

You need to add WDK headers path to your vcxproj include directories:
vcxproj properties -> C/C++ -> General -> Additional Include Directories

C:\Program Files (x86)\Windows Kits\10\Include\10.0.14393.0\km\

P.S.: Make sure you install SDK 10 together with WDK 10.
P.P.S: Without SDK you will get Cannot open include file: 'ntdef.h' error

这篇关于无法打开包含文件:“ ntddk.h”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆