Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In a Visual Studio 2010 C/C++, what does the "Rescan Solution" operation do?

I'm trying to compile a third-party project and I'm getting a few linking issues. I'm not having much trouble fixing the minor issues but I noticed their was a "Rescan Solution" option in the context menu of the project or solution.

I clicked it but it didn't seem to do anything. What, exactly, does it do?

like image 727
RLH Avatar asked Sep 16 '25 19:09

RLH


1 Answers

This command updates out-of-date files in the project browsing database. Nothing to do with compilation/linking problems.

like image 97
Alex F Avatar answered Sep 19 '25 09:09

Alex F