Gold mine of Visual C++ tricks!
Posts tagged compile time
How to Get Project Build Time?
0836 days
by Jijo Raj
in Visual Studio
Many times i lost my temper by waiting for the re-build to be finished. So i just attempted to tune and reduce the build time by removing unnecessary includes. At that time I just wondered how to get the build time?
![]()
Just follow the steps to enable the ‘Build Time’.
1) Take – Tools > Options.
2) Now take - Project and Solutions > VC++ Project Settings.
3) Now enable the ‘Build Timing’ option and rebuild your project.
![]()
This article seems useful – How do you reduce compile time, and linking time for Visual C++ projects?. Have a look at it.

