I noticed in your stdafx.h file, you have the line
This will include outdated files which ship with Visual Studio and conflict with the more up-to-date NuGet package. Try removing this line and any other similar includes.
#include <http_listener.h>
https://github.com/maverick786us/Server/blob/master/Server/Server/stdafx.h#L12This will include outdated files which ship with Visual Studio and conflict with the more up-to-date NuGet package. Try removing this line and any other similar includes.