I am trying to do this:
#include <string>
class Medicine{
string name;
};
but it's not working at all. I tried Right Click on the Project -> Index -> Searched for Unresolved Includes and it says: Unresolved includes in the Project(0 matches). It's not working with std::string either. What should I do?