Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
默认情况下,当我运行 c++ 应用程序时,VS 2010 最终会显示一个对话框,通知源文件是否已更改,然后再自动重新编译解决方案。
不幸的是,我使该对话框不再显示,不小心选中了“不再显示”复选框或类似的东西。
有谁知道我怎样才能恢复那个对话框?
Tools/Options/Projects and Solutions/Build and Run对话框中有几个控制这种行为的选项。我认为您正在寻找“在运行时,项目已过时”选项;选择“提示构建”。
Tools/Options/Projects and Solutions/Build and Run