For example, lets look at MarketModels project.
This is what I see when I try to build it.
MarketModels.cpp(57): error C2065: 'MarketModel' : undeclared identifier
2>MarketModels.cpp(62): error C2678: binary '->' : no operator found which takes a left-hand operand of type 'boost::shared_ptr' (or there is no acceptable conversion)
2> C:\Boost\boost_1_52_0\boost_1_52_0\boost/smart_ptr/shared_ptr.hpp(422): could be 'T *boost::shared_ptr<X>::operator ->(void) const'
2> while trying to match the argument list '(boost::shared_ptr)'
2>MarketModels.cpp(62): error C2039: 'numberOfRates' : is not a member of 'boost::shared_ptr'
2> C:\Boost\boost_1_52_0\boost_1_52_0\boost/smart_ptr/shared_ptr.hpp(165) : see declaration of 'boost::shared_ptr'
2>MarketModels.cpp(64): error C2653: 'VolatilityBumpInstrumentJacobian' : is not a class or namespace name
2>MarketModels.cpp(64): error C2065: 'Cap' : undeclared identifier
2>MarketModels.cpp(64): error C2133: 'caps' : unknown size
2>MarketModels.cpp(64): error C2512: 'std::vector' : no appropriate default constructor available
2>MarketModels.cpp(69): error C2678: binary '->' : no operator found which takes a left-hand operand of type 'boost::shared_ptr' (or there is no acceptable conversion)
2> C:\Boost\boost_1_52_0\boost_1_52_0\boost/smart_ptr/shared_ptr.hpp(422): could be 'T *boost::shared_ptr<X>::operator ->(void) const'
2> while trying to match the argument list '(boost::shared_ptr)'
2>MarketModels.cpp(69): error C2039: 'initialRates' : is not a member of 'boost::shared_ptr'
2> C:\Boost\boost_1_52_0\boost_1_52_0\boost/smart_ptr/shared_ptr.hpp(165) : see declaration of 'boost::shared_ptr'
2>MarketModels.cpp(73): error C2653: 'VolatilityBumpInstrumentJacobian' : is not a class or namespace name
2>MarketModels.cpp(73): error C2065: 'Cap' : undeclared identifier
2>MarketModels.cpp(73): error C2146: syntax error : missing ';' before identifier 'nextCap'
2>MarketModels.cpp(73): error C2065: 'nextCap' : undeclared identifier
Keep in mind, I haven't changed anything. I have simply downloaded Boost and QuantLib.