I tried to install directx for MVC++2008 but I keep getting errors:
1>c:\documents and settings\timbo\desktop\2d game\08_animations_source\library.h(12) : fatal error C1083: Cannot open include file: 'dxerr9.h': No such file or directory
1>GameEngine.cpp
1>c:\documents and settings\timbo\desktop\2d game\08_animations_source\library.h(12) : fatal error C1083: Cannot open include file: 'dxerr9.h': No such file or directory
1>Graphics.cpp
1>c:\documents and settings\timbo\desktop\2d game\08_animations_source\library.h(12) : fatal error C1083: Cannot open include file: 'dxerr9.h': No such file or directory
1>Input.cpp
1>c:\documents and settings\timbo\desktop\2d game\08_animations_source\library.h(12) : fatal error C1083: Cannot open include file: 'dxerr9.h': No such file or directory
1>winmain.cpp
1>c:\documents and settings\timbo\desktop\2d game\08_animations_source\library.h(12) : fatal error C1083: Cannot open include file: 'dxerr9.h': No such file or directory
The installation shouldn't try compile anything... If in doubt, search for the files reported missing and change your search paths appropriately (these files *are* part of the SDK installation).