LNK2019 errors when using Socket.IO classes.

It means linker don’t see .lib files of Socket.IO in order to link your code to library, you did something wrong in build script. Also you are aware that UE4 got it’s own Socket API which you can use?