Hello
I want to make a release build of my game, but I get an error "Cannot open include file: 'd3dx9.h': No such file or directory". The code works if debug configuration is set, also compiler finds and includes another file 'd3d9.h' from the same folder. I'm using Visual C++ 2008 Express Edition. What could be causing this?
Any help appreciated.