Faster Visual C++ Builds
I always knew precompiled headers mattered if you were using Visual C++. I didn’t know how much they really mattered. What’s a precompiled header? I’ve worked in a number of places. Where I am now is probably the biggest codebase I’ve worked on, well over a million lines of code with many projects in a large Visual C++ solution. Most of the places I’ve worked have been C++ and Windows shops so I’m used to Visual C++ creating a pre-compiled header by default for each project with the usual Windows headers. I knew the Windows headers were huge so compiling…
Read More »