code-iai / ROSIntegration

Unreal Engine Plugin to enable ROS Support
MIT License
411 stars 133 forks source link

Missing Project Modules #122

Closed basvangeuns closed 4 years ago

basvangeuns commented 4 years ago

When I try to open my C++ project after making the Plugins folder it gives me this error: Schermafdruk van 2020-04-28 12-24-36

When I click yes I get the following: Schermafdruk van 2020-04-28 12-25-22

My ROSIntegration folder looks like this: Schermafdruk van 2020-04-28 12-31-42

I'm on UE4 version 4.20.3. I tried a lot but nothing seems to help. Is there any way I can fix this?

pannenkoek1908 commented 4 years ago

I have the same problem, no idea how to fix it! If anyone could help that would be great!

Sanic commented 4 years ago

Hi, could you please checkout older commits of this Repo and try to build again? This would help us to nail down which commit introduced the breaking change.

basvangeuns commented 4 years ago

I tried everything from the older commits. I keep getting the following issue:

Schermafdruk van 2020-04-29 14-39-21

basvangeuns commented 4 years ago

I solved it by adding #include "IPAddress.h" to TCPConnection.cpp