Build fails after VS reinstall (Update 3 won't go away)

So yesterday I had trouble building my project due to the new VS update, so I used total uninstaller to delete everything, did a reboot and reinstalled Visual Studio without the update.

Yet I’m still on update 3…
Does anyone know how to kill this zombie?

error C4599: '/IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE': command line argument number 257 does not match precompiled header

This is the error message that comes up after every single .cpp file.

Edit:
P.S. If no errors come up in the output log except for those mentioned above, is there no error in the code?

Hello Dirt113,

Update 3 was something that came out after 4.11 did so 4.11 isn’t quite compatible with it, as I’m sure you’ve found. While I don’t know of a way to avoid having Update 3 once you get it, we did release a QFE for 4.11 to make it compatible with Update 3. You can find that at this forum post. Another option would be to update to 4.12.5 which is the first build that has built in support for Update 3.

Hope this helps!

Thanks :smiley: