Original Post
Dear Forum, New to Visual C++ and DirectX, not so new to C++....Running Visual C++ Express 2008 on Windows XP (Laptop) with DirectX 9. I am going through the DirectXTutorial I have come to a point where I get the error message:
Quote:I managed to compile and run all previous examples, only when I have to include the 'd3dx9.h' header, the error message comes. I have also downloaded a second sample from Codesampler. I have no problems compiling that code even though the latter one also include the 'd3dx9.h' header. Now, the obvious reason this does not work is that somehow my compiler does not know where the d3dx9.h header file is. However, this .h file is in the same folder as the standard 'd3d9.h' header file, which my compiler has no problems in finding. Can anyone think of another reason this won´t work? with best regards temhu
error C1083: Cannot open include file: 'd3dx9.h