Uh, I have no idea on how to solve a certain problem I've bumped into, could someone tell me here, what is wrong and how to solve this in the following log;
1>------ Build started: Project: md5, Configuration: Debug Win32 ------
1> md5.cpp
1>c:\lolserver\herowars-master\dep\include\crypt\md5.h(36): fatal error C1083: Cannot open include file: 'string': No such file or directory
2>------ Build started: Project: authd, Configuration: Debug Win32 ------
2> WinSocket.cpp
2>c:\lolserver\herowars-master\authd\stdafx.h(34): fatal error C1083: Cannot open include file: 'memory': No such file or directory
2> Settings.cpp
2>c:\lolserver\herowars-master\authd\stdafx.h(34): fatal error C1083: Cannot open include file: 'memory': No such file or directory
2> PostgreSQL.cpp
2>c:\lolserver\herowars-master\authd\stdafx.h(34): fatal error C1083: Cannot open include file: 'memory': No such file or directory
2> Packets.cpp
2>c:\lolserver\herowars-master\authd\stdafx.h(34): fatal error C1083: Cannot open include file: 'memory': No such file or directory
2> PacketHandler.cpp
2>c:\lolserver\herowars-master\authd\stdafx.h(34): fatal error C1083: Cannot open include file: 'memory': No such file or directory
2> MySQL.cpp
2>c:\lolserver\herowars-master\authd\stdafx.h(34): fatal error C1083: Cannot open include file: 'memory': No such file or directory
2> Main.cpp
2>c:\lolserver\herowars-master\authd\stdafx.h(34): fatal error C1083: Cannot open include file: 'memory': No such file or directory
2> Log.cpp
2>c:\lolserver\herowars-master\authd\stdafx.h(34): fatal error C1083: Cannot open include file: 'memory': No such file or directory
2> Crypt.cpp
2>c:\lolserver\herowars-master\authd\stdafx.h(34): fatal error C1083: Cannot open include file: 'memory': No such file or directory
2> AuthHandler.cpp
2>c:\lolserver\herowars-master\authd\stdafx.h(34): fatal error C1083: Cannot open include file: 'memory': No such file or directory
========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========
Any ideas?
The stdafx.h has both;
#include <string>
#include <memory>
But still this error?