I restarted Xcode and loaded a C++ project I had been working on. However, I got errors for undeclared identifiers. However, these errors are for variables that are either not on the line or simply don't exist (old deleted ones).
Example:
Commenting doesn't get rid of them either:
I have tried:
- Pulling from my repo (not sure if that replaces the file)
- Commenting and uncommenting.
- Reinstalling xcode.
Nothing seems to work. Any help would be great!
Edit: Someone flagged this a potential duplicate. However the questioned they referenced does not mirror my issues. I am using xcode 5 and that user, even if their problem is the same, as mine is using xcode 4 and it sounds like their issue was with porting a project created with different versions of xcode.