Hi, > I wanted to ask about the existing PTH support in clang, and how well > it works for C++. I believe PTH is dead and PCH is what's used these days. See http://clang.llvm.org/docs/UsersManual.html#precompiledheaders . PCH support for C++ isn't there yet, but Argyrios is working on it. Nico