I am trying to compile a program that I removed cd from a book that uses directx to render three-dimensional objects. when I click compile, I get the following error:
C1083: Cannot open include file: 'dxerr9.h': No such file or directory
I am using VC ++ 2008 Express Edition and I am running from Vista. I moved to the next folder
[edit]
C:\Program Files (x86)\Microsoft DirectX SDK (February 2010)\Include
I managed to find dxerr.h in the folder, and this path is also included in the VC ++ Directories tab in the options window. I donβt know what is going on.
c ++ c visual-studio-2008 visual-c ++ directx
numerical25
source share