Your class header needs to include the <string> header
You then need to reference std::string instead of just string within said header... avoid putting a using namespace std statement in the...