i just installed visual studio professional on a computer, and then i installed darkGDK, and then the newest DirectX from Microsoft. I open up one of the 3D templates that show up after installing darkGDK, and i get this compile error
Compiling...
Main.cpp
e:\c++\gdk\gdk\main.cpp(8) : fatal error C1083: Cannot open include file: 'DarkGDK.h': No such file or directory
Error executing cl.exe.
i have tried these variations of the include
#include <darkGDK.h>
#include <darkGDK>
#include "darkGDK"
after tiring all those i get those the same problem. but i have a .exe file from when i compiled it at my house, and it runs fine, like it can find the header file. is there some thing i have to do to get VC2008 to find the header file.