Shared PCH usage sample in Visual Studio
![EricMittelette](https://devblogs.microsoft.com/cppblog/wp-content/uploads/sites/9/2019/04/Eric-Mittelette-140x150.png)
This post was written by Olga Arkhipova and Xiang Fan Oftentimes, multiple projects in a Visual Studio solution use the same (or very similar) precompiled headers. As pch files are often big and building them takes a significant amount of time, this leads to the popular question: is it possible for several projects to use the same pch file which...