Where to find string.h??
fatal error C1083: Cannot open include file: 'string/string.h': No such file or directory
fatal error C1083: Cannot open include file: 'string/string.h': No such file or directory
Use #include <string>
or #include <string.h>
.
The solution is that you should use <..> instead of '..'.
Hope it helps
did the same but that does not work
it does not work
Asked: Feb 24 '16
Seen: 307 times
Last updated: Feb 24 '16