Page 1 of 1

Please help me

Posted: November 22nd, 2014, 10:59 am
by Deadshot101
Hi,
I have just started watching ChiliTomatoNoodle's Directx tutorials and somehow I've managed to stuff up on the first video :/
The error message I'm getting is:

Code: Select all

1>------ Build started: Project: Chili DirectX Framework, Configuration: Release Win32 ------
1>  D3DGraphics.cpp
1>C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\include\d3d9.h(37): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
1>  Game.cpp
1>C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\include\d3d9.h(37): fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory
1>  Timer.cpp
1>C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\windows.h(151): fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory
1>  Windows.cpp
1>C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\Windows.h(151): fatal error C1083: Cannot open include file: 'excpt.h': No such file or directory
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
If anyone could help me I would really appreciate it
Thanks, Deadshot101

Re: Please help me

Posted: November 22nd, 2014, 1:18 pm
by Guilherme
You should try to reinstall the Visual C++

Re: Please help me

Posted: November 22nd, 2014, 3:55 pm
by albinopapa
It appears you are missing the SDK's. I would also try reinstalling the DirectX SDK as well.

Re: Please help me

Posted: November 22nd, 2014, 6:10 pm
by LuisR14
from the looks of it dx sdk seems fine, just some missing crt libs, which would mean reinstall vs

Re: Please help me

Posted: November 23rd, 2014, 6:13 am
by Deadshot101
I have followed what you have told me to do and I have re-installed VS but I am still getting the same error messages :(

Re: Please help me

Posted: November 23rd, 2014, 5:52 pm
by LuisR14
hmm, what version of VS btw? and could you possibly upload your project (to discard any project misconfiguration), read the "read this 1st" thread b4 you upload lol