Including d3dx9.hok i included Microsoft Dx SDK ( Properties > Linker > General ) Code: fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory but ive still this code :S what should i do ?
You have to tell the compiler where the include files are as well. I'm guessing you only told it where the libraries are.
Originally Posted by Void You have to tell the compiler where the include files are as well. I'm guessing you only told it where the libraries are. ok but how can i do that, thats the problem :S