I have recently started using Boost in my C++ projects and noticed a quite a huge delay before the compulation even starts (when I hit the re-build I have to wait for 5 minutes for compilation to start).
I have run the Filemon and it shown me that all that time the Visual Studio was idle devenv.exe was probing thru Boost include directories.
Any ideas how could I get speed the compilation up without throwing Boost away from the proect?
Thank you.