cannot find file in search path Unreal Rider Follow
It looks like Rider is only looking in the Runtime folder of Unreal. I need to add the Editor folder to paths as well. How can I add an additional path.
#include "LandscapeEdMode.h" is in the Source/Editor path but rider does not seem to search this folder
Please sign in to leave a comment.
Hello Dan Elebash,
I'm assuming the include you are looking for is "LandscapeEditor/Private/LandscapeEdMode.h", is that right? Would you mind clarifying if Rider is able to build the project with the path you specified on your screenshot?