by default VS 2010 when I run a c++ application, eventually shows a dialog that notify if a source file changed, before automatically recompile the solution.
Unfortunately I made that dialog not to show anymore, accidentally selecting the checkbox “do not show again” or something like that.
Does anyone know how could I restore that dialog?
In the
Tools/Options/Projects and Solutions/Build and Rundialog are a couple of options that control this kind of behavior. I think you’re looking for the “On Run, when projects are out of date” option; select “Prompt to build”.