'dxerr9.h': No such file or directory

Posted by numerical25 on Stack Overflow See other posts from Stack Overflow or by numerical25
Published on 2010-04-15T23:19:48Z Indexed on 2010/04/15 23:23 UTC
Read the original article Hit count: 606

Filed under:
|
|
|
|

I am trying to compile a program I took off a cd from a book that uses directx to render 3d objects. when i press 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 off of Vista. I went to the following folder

C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include

and I was not able to find the header there. Unless I am looking in the wrong place. When I initially installed DX sdk I allowed the installer to put everything in a default location. I am not sure If I am looking in the right places or what.

© Stack Overflow or respective owner

Related posts about c++

Related posts about directx