How to rebuild a plugins in UE?

HI. I download a plugins from GitHub. But it cannot work correctly becauseof version not maps. Error as shown in follow picture.How can I to rebuild plugins ? Picture 3 is the dir of the Plugins.Please help me. Thanks a lot !

Open the .sln file instead of the .uproject file
it will open visual studio, and you can rebuild there and see output log for any errors !

maybe the plugging is not fully compatible with your unreal version

Thanks for help. I tried the way you said above. But it didn’t work. Finally, I find that it was caused uncompatiable UE4 version.

Do you need help to make it compatible ? ( if you past the output log here i can help you :slight_smile: )

You are very kind. Now I have fixed it. Thank you very much!

How did u fix it?

@firefly74 .sln file, what .sln file? Where does that come from? What command generates that file?

sln file is the visual studio “solution” file.
To generate it, right click on you Uproject and choose “generate visual studio project file”.
The file will be created in the same folder as .uproject file