Do Precompiled headers help with rebuilds?

Posted by brickner on Stack Overflow See other posts from Stack Overflow or by brickner
Published on 2010-06-01T20:16:26Z Indexed on 2010/06/01 20:23 UTC
Read the original article Hit count: 624

I read some of the questions about precompiled headers but couldn't find a direct answer to that.

I usually rebuild my entire Visual Studio 2010 solution.

One of the projects in my solution is a C++/CLI project.

I thought that using precompiled headers in that project will increase the speed of the compilation.

After some experiments, it seems that using precompiled headers only slows the rebuild process.

Do precompiled headers only help with builds that didn't completely clean the old files?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about msbuild