I was having troubles with visual studio, and I ran a repair. Upon my first compile, this error shows up. Should I really just start from scratch or is there a fix? I can't find any solution to this online...

link|improve this question

Please post a minimal complete program (a sscce) which demonstrates your problem. – Mankarse Feb 1 at 16:20
I had a weird issue with Visual Studio 11 Dev preview too - suddenly the devenv.exe wasn't a valid executable file any more. Maybe something's just bogus with the preview... In any case, reinstalling should fix it. – Xeo Feb 1 at 16:21
Are you getting this error in all your solutions / projects? Why do you think that problem is in Visual Studio and not in your code? – LihO Feb 1 at 17:03
feedback

2 Answers

up vote 1 down vote accepted

Fixed. I know it's not the most interesting answer, but I just uninstalled and reinstalled Visual Studio and it all worked.

link|improve this answer
feedback

It must be looking for that file in your directory structure. Find out where that file should be . Actually you Will see that file is missing from its expected location .You can copy that file , Which is requirement here for for Compilation . If you do so compilation will proceed further.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.