I don't know if this has been reported anywhere.
If a vcproj contains both 32 and 64 bit projects and the file is opened in an environment which only supports 32 bit projects, the conversion falls over.
The only workaround I've found is to open the vcproj file in notepad, remove all the lines containing x64 and save it. The vcproj then converts to a vcxproj correctly.
If a vcproj contains both 32 and 64 bit projects and the file is opened in an environment which only supports 32 bit projects, the conversion falls over.
The only workaround I've found is to open the vcproj file in notepad, remove all the lines containing x64 and save it. The vcproj then converts to a vcxproj correctly.