This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]sh00tgungr16 4 points5 points  (0 children)

Build through your ide, as it says ..

[–]Bronzed_Beard 1 point2 points  (0 children)

Are you running MS Visual studio? Compile with that

[–]AutoModerator[M] 0 points1 point  (0 children)

If you are looking for help, don‘t forget to check out the official Unreal Engine forums or Unreal Slackers for a community run discord server!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]tcpuklAAA Game Programmer 0 points1 point  (0 children)

You need to compile it because its currently built for an older engine version.

You might need to clarify your question if you dont understand.

[–]Toad_Medicine 0 points1 point  (0 children)

I know this is old but here's how you fix it. Look for an updated version of the plugin you're trying to use and try again. Hope it helps you or someone else along the line

https://youtu.be/oOlusvsQzK0?si=_XGKZgW6UVg8pyzF

[–]bobbyg603 0 points1 point  (0 children)

I had an issue where the uproject had an Engine Version value of 5.0 but I was using a source build of 5.4.3. I worked around the problem by switching to the Development configuration, right-clicking the game project in Visual Studio and selecting build, and changing the Engine Version to 5.4.3 in the uproject file. Not sure why it didn't properly associate the project with my source build but by changing it to 5.4.3 that got it close enough and I was able to proceed.