Rebuild on Run

  • Thread starter Thread starter Philip Carnstam
  • Start date Start date
P

Philip Carnstam

Hi,

Does anyone know why my projects are not rebuilt when I click Run. The
application starts and all that, but my changes are not built. I must choose
to build them manually for the changes to be reflected.

I am using Visual Studio 2003 Ent. Arch.

Thanks,
Philip
 
Right lick on your solution(top line of the solution explorer) and choose
properties.
Choose "Configuration Properties" and then Configuration (though that should
show automatically).
Make sure your classes are marked with "Build".

You may also want to check your project dependencies to make sure your main
project (executable) is dependent on the other projects. If not, you can
force them to be dependent by putting a checkmark in the box.

Chris R.
 
Back
Top