sinbad / SPUD

Steve's Persistent Unreal Data library
MIT License
300 stars 44 forks source link

"The following Modules are missing or built with a different engine version" #73

Closed Delsin53 closed 3 months ago

Delsin53 commented 3 months ago

Trying to use with either 4.27 OR 5.2 creates this error.

The following Modules are missing or built with a different engine version: SPUD SPUDEditor SPUDTest

Would you like to rebuild them now?

Clicking YES simply says it was unsuccessful.

I tried both cloning the repository and then manually adding it, both create this issue.

sinbad commented 3 months ago

This library is intended to be used from C++ projects so you should be building in Visual Studio or Rider, not just launching the editor. Please follow the instructions in the readme; I haven't tested in 4.27 for ages but it definitely works in 5.2 and 5.3.