Editing the Change Dialog in Visual Studio 2010 before Re-Compiling

by default, VS 2010, when I run the C ++ application, it ultimately displays a dialog that notifies if the source file has been modified before automatically recompiling the solution.

Unfortunately, I made this dialog box to no longer show, accidentally checking the "don't show again" box or something like that.

Does anyone know how I can restore this dialogue?

+3
source share
1 answer

There Tools/Options/Projects and Solutions/Build and Runare several options in the dialog box that control this behavior. I think you are looking for the option "On Run when the projects are out of date"; Select Build Request.

+4

All Articles