Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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