fatal error C1083: Cannot open include file: 'd3dx9.h'

Posts 17 of 7 · Page 1 of 1
fatal error C1083: Cannot open include file: 'd3dx9.h'
Hey whats up boys so I got a problem...


Everytime I try to run this hack with Visual Studio 2012 I get


this error

fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory


Some people told me it was because I don't have the kit and I do... Restarted my pc and still not working any help ?


Ty
Did you included DirectX SDK Libraries in project settings?
Quote Originally Posted by legit_player View Post
Did you included DirectX SDK Libraries in project settings?
Nope how do you do it?
Google is your friend. And if you cant figure it out then you shouldnt code.
btw dont add me on skype.
in solution explorer:
right click your project -> "Properties"
"Configuration Properties" -> "VC++ Directories"
"Include Directories" -> add your directx sdk include folder
"Library Directories" -> add your directx sdk library folder(s)
Quote Originally Posted by voziak View Post
in solution explorer:
right click your project -> "Properties"
"Configuration Properties" -> "VC++ Directories"
"Include Directories" -> add your directx sdk include folder
"Library Directories" -> add your directx sdk library folder(s)
Got it already, ty anyways.
/Solved & closed.
Posts 17 of 7 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?