I've just recently tried to make a program using multiple files, mainly just in order to keep things organized. in my "Include.h" file I declare all the functions, etc., and some of these functions return type is a string and some global variables are strings. Anyways, when I compile the whole project it comes up with a whole boatload of errors mainly revolving around something with std::string. I have no idea what this means, please help.