Visual-studio – Opening a VS 2003 C++ project in VS 2008

solutionvisual studiovisual-studio-2003visual-studio-2008

Found some old code, circa VS 2003. Now I have just VS 2008 (SP1) installed. When I try opening the *.sln file, it tries converting the projects. The report notifies me it was done successfully, but the solution is empty, marked with "project file was unloaded".
VS 2008 doesn't even include opening a *.vcproj file.

Does anyone have any idea how I can convert my solution?

PS: I found several conversion tools that convert from VS 2005 to 2008 and vice versa – no one looks back to 2003 🙁

As always, thanks for your assistance and time!

Best Answer

I suggest manually converting the project by creating a new proj. If you are having trouble now then there will be no way that you can be certain later by trying some other import method.

On a side note- I am on vs2005 and I often get 2008 projects handed to me. I go into the sln and proj files and rename the version numbers and it works perfectly. Hope that works for you!