Visual Studio starts re parsing the project when the project location is changed on disk.
Background: I have created a large C++ project/solution (around 675MB source code) using visual studio 2010. It takes around 10 minutes to parse the files and create an .sdf file. The problem is that when I move this project (entire) folder to another location, it starts to re parse the project which is annoying and consumes 10 more minutes every time.
Is there a way in which visual studio uses the previously parsed info?