Show compile/build time in visual studio 2013

By , last updated June 28, 2019

To see compile times in Microsoft Visual Studio we need to change visual studio build output verbosity and visual studio build log verbosity settings.

Go to Tools -> Options -> Projects and Solutions -> VC++ Project Settings

compile

Change Build Timing to Yes.

For more output information: Tools -> Options -> Projects and Solutions -> Build and Run

build

Set “MSBuild project build output verbosity” and “MSBuild project build log file verbosity” to something more than Minimal, f.ex. Normal.