THE PRECOMPILED HEADER FILE
As soon as you generate a blank project, ahead of doing any coding you compile the project to generate .pch (that is the pre compiled header) file and then you build. As it is incremental compilation every time only the transforms will be compiled.