Cannot open include file: 'wdf.h': No such file or directory

Hey all,

This is driving me crazy. When I try to build my driver project the build fails and I receive the following error:

“fatal error C1083: Cannot open include file: ‘wdf.h’: No such file or directory”

I have made sure that the full path (C:\WinDDK\7600.16385.1\inc\wdf\kmdf\1.9) to the header file ‘wdf.h’ is part of the include path environment variable over and over again and have tried many different things but nothing is working. Can anyone help?

Is there a kmdf_version_major=1 in your sources file?

d

Bent from my Phone


From: xxxxx@gmail.commailto:xxxxx
Sent: ?7/?1/?2013 4:56 PM
To: Windows System Software Devs Interest Listmailto:xxxxx
Subject: [ntdev] Cannot open include file: ‘wdf.h’: No such file or directory

Hey all,

This is driving me crazy. When I try to build my driver project the build fails and I receive the following error:

“fatal error C1083: Cannot open include file: ‘wdf.h’: No such file or directory”

I have made sure that the full path (C:\WinDDK\7600.16385.1\inc\wdf\kmdf\1.9) to the header file ‘wdf.h’ is part of the include path environment variable over and over again and have tried many different things but nothing is working. Can anyone help?


NTDEV is sponsored by OSR

Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev

OSR is HIRING!! See http://www.osr.com/careers

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer</mailto:xxxxx></mailto:xxxxx>

Doron,
No, I didn’t. Good call! Thanks for the tip.