Displaying build times in Visual Studio?
Solution 1:
Menu Tools → Options → Projects and Solutions → VC++ Project Settings → Build Timing should work.
Solution 2:
Go to Tools → Options → Projects and Solutions → Build and Run → MSBuild project build output verbosity - set to "Normal" or "Detailed", and the build time will appear in the output window.