-
error in building
Code:
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(299,5): warning MSB8004: Output Directory does not end with a trailing slash. This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.
1> CMenu.cpp
1>c:\users\sami\desktop\qualitysource\CMenu.h(12): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
1> D3D9Identifiers.cpp
1>c:\users\sami\desktop\qualitysource\CMenu.h(12): fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory
1> main.cpp
1>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xlocale(323): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
1>c:\users\sami\desktop\qualitysource\Header.h(13): fatal error C1083: Cannot open include file: 'detours.h': No such file or directory
1> Generating Code...
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
-
Re: error in building
if you read you error's you well get what is missing and what is wrong .
-
Re: error in building
You are missing microsoft detours and directx.
Read more on includes by doing a search here:
MSDN – Explore Windows, Web, Cloud, and Windows Phone Software Development
-
Re: error in building
Download directX SDK, then add it to the C++ include folder and then you're not gonna have the d3dx9 error.