I was doing a regular programming,I tried to compile and he pointed to a problem in one of my headers files.I looked for hour trying to figure what's the problem, but I couldn't find it.
Here is the error:
c:\program files\irrlicht\the scout\harvester.h(7) : error C2146: syntax error : missing ';' before identifier 'ISceneNode'
c:\program files\irrlicht\the scout\harvester.h(7) : fatal error C1004: unexpected end of file found
because even tho it may be defined in another header file it sometimes doesn't recognise it ( at least in my apps ) and comes up with strange compile error's. Tho it probably is somewhere in CMain.h where you have missed a ;
Hi, there is one thing I allways try to avoid im my code: You include CMain.h in harvester.h und harvester.h in CMain.h. But that should not be the problem.
But perhaps the error is in hejka.h and your compiles doesn't get it to point give you an error in that file
hmm, I am just guessing, cos no one answers
To start with, I will say I don't have a clue why it doesn't work. One thing I try is commenting out bits of code to isolate the problem, sometimes works.