Okay so I am writing something up in C++ and last night it was fine, I could compile perfectly w/o a problem. I saved all of my stuff and closed VS 2010 Ultimate. This morning when I went to go work on my stuff I tried recompiling and I got just over 200 errors, I couldn't figure out why so I noticed there were a few more warnings than usual and it says that it is skipping my headers.
Warning C4627: '#include <iostream>': skipped when looking for precompiled header use.
I tried disabling precompiled headers for my main .cpp but when I compile it just gives me even more errors. Is there any way to fix this?