d3dx9.h doesn't exist?

Started by
1 comment, last by jpetrie 15 years, 8 months ago
I typed out a DirectX program into Visual C++ this evening and when I tried to compile it, it told me there was an error with this line...
#include <d3dx9.h>
...telling me that no such file exists. What's going on? Did I type it wrong or something?
Advertisement
Have you installed the DirectX SDK?
You also need to have configured your IDE or build environment to know to look for include files in the DX SDK path.

This topic is closed to new replies.

Advertisement