/rebuild (VCBUILD)
Specifies cleaning build outputs and then performs a build.
/rebuild
Example
The following command line specifies to rebuild two projects, ConsoleApp1 (debug configuration) and ConsoleApp2 (release configuration):
D:\>VCBUILD /r ConsoleApp1\ConsoleApp1.vcproj debug ConsoleApp2\ConsoleApp2.vcproj release