Hi all,
We are using Boost.Build v2 to build a large project, but our project is often
not recompiling when someone modifies a .h that is part of a precompiled
header.
I included a small msvc project that can be used to reproduce the problem.
In that project, when building only the
precompiled header, modifying TestClass.h won’t trigger a rebuild of that
precompiled header.
Is there any way to fix this?
Thank you,
Pierre-Luc