Is it possible to display number of remaining files in build time in Visual Studio 2015. I can use distributed build system, but the build time is going to longer if there are only a few files which needs to be compiled.
So what I want to do is first try to build the project on my PC, then if there are a lot files need to be compiled then I will just switch to DBS. (It is even better if I can know the number of files which need to be compiled before I even try to build the project)
It is a c++ project.