what do you mean exactly withso actually worksi have thisHi Nate,if i compile this
// boosttest.cpp : Defines the entry point for the console application.
//
#include <boost/shared_ptr.hpp>
#include "stdafx.h"
int main()
{
return 0;
}
1>------ Rebuild All started: Project: boosttest, Configuration: Debug Win32 ------
1> stdafx.cpp
1> boosttest.cpp
1> boosttest.vcxproj -> C:\Users\Live Machine\Desktop\boosttest\boosttest\Debug\boosttest.exe
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
"Usually with issues like that, I blame a missing curly-brace '}' in a source file included previously." ?