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

孤街醉人 提交于 2019-12-10 23:36:51

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/7259010/in-a-visual-studio-2010-c-c-what-does-the-rescan-solution-operation-do

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!