I don't really think I mean errors, but it seems so on my computer.
I used to have Visual C++ 2005 Express, and I tried the DirectX SDK, and it didn't work. I had some idea in my head about the express version not having every single library or header file required to make the SDK work, so I decided to get the full version of Visual Studio 2005. I'm glad I bought it, because now I have a whole load of stuff to work with, but sadly, the DirectX SDK still refuses to work.
If any of you have also had this problem, and have resolved it in some way, please help me.
Example: ConfigSystem
Error:
Sorry if anyone else has already posted something like this, because I searched for a thread like this, and couldn't find one.
Thanks.
I used to have Visual C++ 2005 Express, and I tried the DirectX SDK, and it didn't work. I had some idea in my head about the express version not having every single library or header file required to make the SDK work, so I decided to get the full version of Visual Studio 2005. I'm glad I bought it, because now I have a whole load of stuff to work with, but sadly, the DirectX SDK still refuses to work.
If any of you have also had this problem, and have resolved it in some way, please help me.
Example: ConfigSystem
Error:
Code:
1>------ Build started: Project: ConfigSystem, Configuration: Debug Win32 ------ 1>Compiling... 1>dxstdafx.cpp 1>c:\documents and settings\administrator\documents\visual studio 2005\projects\configsystem\common\dxstdafx.h(53) : fatal error C1083: Cannot open include file: 'XInput.h': No such file or directory 1>Build log was saved at "file://c:\Documents and Settings\Administrator\Documents\Visual Studio 2005\Projects\ConfigSystem\Debug\BuildLog.htm" 1>ConfigSystem - 1 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Thanks.
Comment