Visual Studio Include Error [Help]

Posts 14 of 4 · Page 1 of 1
Visual Studio Include Error [Help]
Well in visual studio I have this error which I'm not too sure how to solve. When I try and include d3dx9.h to my code it says "Error: cannot open source file". Does anyone know how to fix this? I have already installed SKD, so that isn't the problem either.
Include the file with the file path?
Quote Originally Posted by flameswor10 View Post
Include the file with the file path?
Edit: Never mind, my friend helped me out with it, thanks though.
You can either include the source directory in the Solution, or do #include <filepath\d3d9.h>
Posts 14 of 4 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?