SyntaxFix
Write A Post
Hire A Developer
Questions
Nouns.h doesn't include <string>, but it needs to. You need to add
Nouns.h
<string>
#include <string>
at the top of that file, otherwise the compiler doesn't know what std::string is when it is encountered for the first time.
std::string