Visual-studio – How to fix “Root element is missing.” when doing a Visual Studio (VS) Build

visual studiovisual studio 2010visual-build-professionalvisual-studio-2008

How to fix "Root element is missing." when doing a Visual Studio (VS) Build?

Any idea what file I should look at in my solution?

Actually, I am getting this error message inside of "Visual Build Pro" when using using the "Make VS 2008" command. This command works just fine when building other solutions (like about 20) and I am not really sure why mine is getting the error.

Any help would be very much appreciated. 🙂

I am using VS 2008 and Visual Build Pro 6.7.

Best Answer

In my case it was the xxxxxxxxxxxx.vcxproj.user file that was causing the problem; it was blank after a crash. I renamed it and the problem went away.