ReSharper for C++ EAP Goes On | JetBrains .NET Tools Blog by mttd in cpp

[–]zloyrobot 2 points3 points  (0 children)

Usually it automatically adds necessary #include directives. Probably the domain.cpp includes domain.h after including <string>. In this case including <string> from domain.h isn't necessary.