"Failed to generate code project files"

i cannot create any c++ projects due to this error, im not sure what the problem is as it was working fine yesterday, i have visual studio 2013 installed (aswell as 2010 and 2012 if that could be causing any problems)

any suggestions?

So turns out the problem was that visual studio was installed to my D drive, reinstalled it on my c drive and everything works perfectly >.>

Hi Caveman

I think I had a similar issue with my VS installation on the D: drive. I got it running by changing the VS120COMNTOOLS var from

D:\Program Files\Visual Studio 12\Common7\Tools\

to

D:\Program Files**Microsoft **Visual Studio 12\Common7\Tools\

Which solved all VS / compiler related issues for me (I didn’t have to reinstall VS).

Cheers,
Michael