C_Programmer
January 4th, 2005, 11:19 PM
I do not know what I am doing wrong so I need some advice. I have about a thousand lines of code that I have done and my program was working. I added some advancement code to my rpg. I tried to recompile it in Dev C++ 4.9.9.0 and it is not working. I says the file #include <Hero_Class.h> does not exist. How can I fix this and should I dump this compiler and install my visual c++ compiler.
THANKS!!!
Ejaz
January 4th, 2005, 11:43 PM
Well, I haven't worked with Dev C++ compiler, but I think that you should verify the path and existance of the file. If the respective file exsist at the correct path, then you shouldn't be having this error.
C_Programmer
January 4th, 2005, 11:49 PM
Well Dev C++ is an IDE compiler and it was working for the most part. When I added a little more code it wasn't linked anymore for some reason. The path has nothing to do with it for sure I know because the program was actually running to begin with.