Once I got to the point of adding a new header file to include an array of hidden words, something broke in my code and now I’m getting errors all over the place. I removed the new header, but I’m still getting these errors. From what I can tell, the errors all seem to be related to the BullCowCartridge.h header, almost like it’s not being accessed properly.
My autocomplete is now broken, new lines of code don’t seem to get color-coded anymore, and it’s hard to tell when I have an actual error. Speaking of which, the code works just fine! It compiles without issue, the game runs as intended, in every way it appears to work but the program seems to think everything is in chaos.
Here’s an example of the errors:
(Note: there are plenty more than shown (notice the 36 listed errors), this is just a snippet)
I also get this one single error in the header file as well, from code that was part of the original BullCow asset pack, so I know this line works; I’m not even the one that wrote it:
Any help would be much appreciated!