<div dir="ltr"><div><div><div>Hello,<br><br></div>Windows is not case sentitive, hence, on MSVC 2015,<br><br></div>#include <string><br><br></div><div>is the same as <br><br></div><div>#include <String><br><br></div><div>For this reason, I am including <string> to get std::string definitions, but MSVC is include <String> from OSG.<br><br></div><div>Is there a way to fix this? I'm sure this has happened to more people.<br></div></div>