error LNK2005: "public: __thiscall std::basic_ostream<char,struct std::char_traits<char> >::basic_ostream<char,struct std::char_traits<char> >(class std::basic_streambuf<char,struct std::char_traits<char> > *,bool)" (??0?$basic_ostream@DU?$char_traits@D@std@@@std@@QAE@PAV?$basic_streambuf@DU?$char_traits
@D@std@@@1@_N@Z) already defined in msvcprtd.lib(MSVCP80D.dll) libcpmtd.lib
I am getting this error when i try to include /clr option and /MDd options in subproject
.Individully all the projects are building successfully but when i build main project it shows
the above like errors. How to resolve this one .
I am totally vexed.