I'm running into some problems compiling my C++ project.
It says: "d3dx9.h: no such file or directories" when I try to compile it.
Things I've tried so far.
- Reinstall DirectX SDK (2010 June)
- Add it to the environment path
- Grabbing the d3dx9.h file from github and putting it in my project folder