getnamo/UDP-Unreal

Error when building Plugin

Opened this issue · 2 comments

Issue_Screenshot

We followed your instructions (https://allarsblog.com/2015/11/04/converting-bp-project-to-cpp/) but got the following errors when building. see screenshot. can you help us? we are using UE 5.3.2

PS: thanks for the great documentation.

Looks like 5.3 has a different recommendation for includes. Replace the header that it's complaining about with #include "IPAddress.h" (should be at the top of udpcomponent.h)

Can also confirm that #include "IPAddress.h" works with UE5.3.2 (and it wouldn't build without it).