d3dx9.h problems - C++

09/17/2011 15:15 Krasti#1
Hi,i have always the same error ...
C1083 : Cannot open include file: 'd3dx9.h': No such file or directory
I use Visual Studio 2010

What can i do?
Thank you
09/17/2011 16:13 link#2
You could download the [Only registered and activated users can see links. Click Here To Register...] and add it to the include-paths?
09/17/2011 16:20 Krasti#3
Quote:
Originally Posted by link View Post
You could download the [Only registered and activated users can see links. Click Here To Register...] and add it to the include-paths?
I have it already as i say O:
09/17/2011 16:52 _Apostolos_#4
Options -> VC Directories -> Select SDK June 2010
09/17/2011 18:59 SmackJew#5
Quote:
Originally Posted by xCeManx View Post
I have it already as i say O:
Right, it's more likely that an unknown bug prevents you from including, it's definitely not you. Impossible.
09/17/2011 19:04 Brutalon#6
in VC++ Directories:

in "Include Files" -> Include SDK File.
in "Source Files" -> Lib SDK File.

And never change the directory of the Files after you addet them, else you have to do all again
09/20/2011 09:33 MrSm!th#7
Read the stickies :rolleyes: