<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello,<div><br></div><div>I'd like to modify the code of VirtualBox. In the source code the head files are needed, such as ntdef.h wdm.h & ntddk.h, which are contained in WinDDK. I added  these files in the head of source file, #include <***.h>. But when I build the source, the error appear:</div><div><br></div><div>fatal error C1083: Cannot open include file: 'ntdef.h': No such file or directory</div><div><br></div><div>Before modifying the source code, the VirtualBox had successfully been built. So <span style="font-size: 12pt;">I'm sure the KBUILD has already know where WinDDK is.</span><span style="font-size: 12pt;"> </span><span style="font-size: 12pt;">What can I do to let the KBUILD know where to find these head files?</span></div><div><br></div><div>Thank you~</div>                                    </div></body>
</html>