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...
feedback
|
|
Fixed. I know it's not the most interesting answer, but I just uninstalled and reinstalled Visual Studio and it all worked. | |||
|
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. | |||
|
feedback
|