I installed the DirectX SDK June 10, but when I include the d3dx9.h, the compiler can\'t find it.
DirectX SDK June 10
d3dx9.h
I checked the SDK directory, and I didn\'t fi
in my case, following code works for me:
//#include #include //#pragma comment(lib, "d3dx9.lib") #pragma comment(lib, "d3d9.lib")