I am trying to compile the source code from the 1st nehe.gamedev.net tutorials in Visual C++ but I get:
Linking...
LINK : fatal error LNK1104: cannot open file "and.obj"
Error executing link.exe.
I have added the name of the htree libraries to the link list, and have put gl.h, glaux.h glu.h in the include/gl dir??
Whats wrong???



That's the and.obj VC++ keeps looking for.
