When i create a new game, and run it (before i add anything at all, so just using the default DarkGDK code) it comes up with this in the build:
1>------ Build started: Project: Dark GDK - 2D Game6, Configuration: Debug Win32 ------
1>Compiling...
1>Main.cpp
1>Linking...
1>LINK : fatal error LNK1104: cannot open file 'dxerr9.lib'
1>Build log was saved at "file://c:\Documents and Settings\Joel\My Documents\Visual Studio 2008\Projects\Dark GDK - 2D Game6\Dark GDK - 2D Game6\Debug\BuildLog.htm"
1>Dark GDK - 2D Game6 - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
How can i stop this from happening?