ROSIntegration icon indicating copy to clipboard operation
ROSIntegration copied to clipboard

Error in including header files (For ex. #include "ROSIntegration/Classes/RI/Topic.h"). UE4 says file doesn't exist.

Open HungryEagle opened this issue 5 years ago • 2 comments

I tried running the publisher example. When I try to compile the code inside UE4 (I am using 4.23.1) it says fatal error c1083: (shows path of the include file)File does not exist at the location. I tried regenerating the files countless times after closing the editor. Still the error persists. Then I tried to put up absolute paths of the files in the header declarations. But now it starts showing syntax errors for "}" and many other things. Am I going wrong somewhere. I made the C++ classes in the C++ folder and not in the plugins folder. (I do not think that should be the problem here because a plugin is something which is on it's own, new files should be added outside the plugin and the plugin should be accessible from there)

HungryEagle avatar Jul 31 '20 13:07 HungryEagle

@HungryEagle I have the same issues. Did you ever solve this?

JKnezovic avatar Aug 18 '20 13:08 JKnezovic

See #45

TaylorDale avatar Jan 20 '21 03:01 TaylorDale