I am trying to include a a header in my project but the compiler is complaining that it can't find it when it's in the same directory as Main.cpp.
I am using Visual C++ 2008 Express Edition, here's the code:
and then in the folder is:
Main.cpp
Obj.cpp
Obj.h
Then all the project files that VC++ makes.
I'm truly baffled.
I am using Visual C++ 2008 Express Edition, here's the code:
Code:
#include "Obj.h"
Main.cpp
Obj.cpp
Obj.h
Then all the project files that VC++ makes.
I'm truly baffled.
Comment