Created editor module (for UE5) with online manual for UE4. Everything seems fine but Rider says module is excluded
Also Rider itself can’t edit project properties to somehow include this module. What should I do?
2 Likes
I wish there was a solution to this - still happening in 5.2
I have the same problem with UE 5.3.2 and Rider 2023.3.3.
I found the answer in this thread.
It seems that when Target is set to Editor from Solution configuration, the module for Editor is also loaded!
In my case the module needed to be enabled in the uproject file and that caused it to no longer be excluded (a plugin with code within the project, not an engine/marketplace located plugin).