Change Project Directory In VS2010

I make a project in folder A (assuming)
But now I want to move all of its files to folder B...
I did move the .sln file and all of the .h and .cpp to B...
But when I open .sln,it wants .h and .cpp from A...and I don't know how to change it !

Plz help with this,VS2010 is a complicated (visually) program. (for me).

Thanks !
There should be a .vcproj file as well. Did you copy that over also?

If you don't mind recreating all the project settings, you can create a new project and add all the files in the new locations. Another thing you can do is open the .sln (and .vcproj) as text files and manually replace all the file locations.
Nice.
Topic archived. No new replies allowed.