$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Martin (adrianm_at_[hidden])
Date: 2005-02-08 10:13:31
For me the problem only occured when compiling a source that also generated
pre-compiled header-file.
My solution was to first build the pre-compiled headers via an empty source
file (e.g. stdafx.cpp).
After that the other source files compiled without problems.