Hi guys,
I’m having a strange behaviour while including the following header file highlited in the red box:
I’m following the ToonTanks section of the course and I’m currently on video 158 (Spawning Particles).
Here are all the errors I get whe I include this file:
The weird this is that if I do not include that file, everything compiles just fine and the project works.
Also, if I move the include delaration to the cpp file, that also seems to work fine.
To me, ths seems to be an issue with imports, maybe multiple imports defined or something like that?
Would you have any idea as to why this is happening?
The only thing I can think of is that, throught the project, I always included all the required headers file in the .h files, and not in the .cpp files. Would this be an issue?
Thank you in advance