On Wed, 2013-04-17 at 10:49 -0400, Jeffrey Walton wrote: > In the past I used the following [hack] in pch.hxx to verify use of > precompiled headers: > > #pragma message("Including precompiled header file.") > > If it shows up once, then you are using precompiled headers. If it > shows up multiple times, you are not. Oh no, I've got a problem then - pragma message is output each time the PCH header is included. Any tips on how I can go about diagnosing this PCH non inclusion issue? Many thanks for the pragma tip, Jeffrey! -- Miguel