I am working on a C++ project and am having trouble with false build errors. This used to happen every once in a while but usually restarting VS would be enough to fix it however, this time it hasn't worked. I have looked into this and have tried following many suggestions like deleting my .vs file, re-installing VS, and trying to turn off the IntelliSense errors (this does lower the amount of false errors), however I am still not have to compile my program.
This problem seems to stem from one cpp file since this used to happened when I made changes to it. This file is a decent size and uses a decent amount of macros (I am not sure if that has anything to do with it)
Any ideas? I can post code if necessary.

