Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when building Plugin #39

Open
FriesenPole opened this issue Nov 24, 2023 · 2 comments
Open

Error when building Plugin #39

FriesenPole opened this issue Nov 24, 2023 · 2 comments

Comments

@FriesenPole
Copy link

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
Copy link
Owner

getnamo commented Nov 25, 2023

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
Copy link
Contributor

jfmilke commented Feb 8, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants