Hi,

I'm using Visual Studio 9 on Windows. Up until I the inclusion of <boost/signals.hpp>, my application linked fine. Now I'm getting the following linker error:

LINK : fatal error LNK1104: cannot open file 'libboost_signals-vc90-mt-gd-1_35.lib'

Here is the order of my includes in my precompiled header:

#include <boost/timer.hpp>
#include <boost/function.hpp>
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/bind.hpp>
#include <boost/array.hpp>
#include <boost/xpressive/xpressive.hpp>
#include <boost/signals.hpp>