I tried adding just this to one file in our client project code,
#include "boost/tr1/unordered_map.hpp"
unordered_map<std::string, std::string> test;
and it compiles fine.
The same exact two line code does not work in our server project code.
So, I suspect this *has* something to do with the project settings.
Since I am new to Windows programming, can you please give me the list of settings that I should compare between the two projects to make sure they are the same? And once I make them same see this working on the server too :)