Hi all,
I am continually getting a "Cannot open include file d3dx9.h': No such file or directory" error message all the time I try to compile my program?
Any ideas what might be causing this error and how I can resolve the issue?
Thanks!!
Mark.
Printable View
Hi all,
I am continually getting a "Cannot open include file d3dx9.h': No such file or directory" error message all the time I try to compile my program?
Any ideas what might be causing this error and how I can resolve the issue?
Thanks!!
Mark.
Did you install the Direct X SDK? Did you specify the correct include directories under Tools > Options > Directories?
If this header is not in the project directory path of that file should be added to include path either for all projects (Tools, Optoins, Directories tab), or using project settings, additional include path in Project, Settings, C++ tab Category combo: Preprocessor.
Or use fully qualified path.