getnamo / UDP-Unreal

Convenience UDP wrapper for the Unreal Engine.
MIT License
335 stars 79 forks source link

Error when building Plugin #39

Open FriesenPole opened 11 months ago

FriesenPole commented 11 months ago
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.

getnamo commented 11 months ago

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)

jfmilke commented 8 months ago

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