I used to have a class with a name Constants. It was like this typedef:
typedef enum visible_thing {
BACKGROUND,
BACKGROUND_COLOR,
MAIN_WINDOW
} VISIBLE_THING;
And my life was rosy! I imported "Constants.h" wherever I needed to access this type, and it all worked.
Then I decided to blow up the class Constants. I took a typedef and put it in another class, let’s name it for clarity OtherClass. I went through and changed all imports Constants.hto imports. OtherClass.hEverything that I did, I did not touch other code. And now everything is broken!
Techniques that worked perfectly with Constantsnow give me this error: Parse Issue - Expected a type. What the heck? I really hope that someone has this
: , , , , . , , , # . # import, - . Arg. !