When I press F5 and source was modified, my Visual Studio doesn't rebuild the source and runs the existing (out-of-date) executable. I need to press F7 then F5.
How do I tell msvc to auto-rebuild when I press F5?
This is MSVC 2005, C++.
When I press F5 and source was modified, my Visual Studio doesn't rebuild the source and runs the existing (out-of-date) executable. I need to press F7 then F5.
How do I tell msvc to auto-rebuild when I press F5?
This is MSVC 2005, C++.
Tools / Options / Projects and Solutions / Build and Run:
Depending on how you have your project dependencies set up, you might need to uncheck "Only build startup projects and dependencies on Run" as well