tomlooman / EpicSurvivalGame

Third-person Survival Game for Unreal Engine (Sample Project)
https://www.tomlooman.com/unreal-engine-cpp-survival-sample-game/
MIT License
3.24k stars 1.18k forks source link

Missing Modules #59

Open ioannisgkagkas opened 5 years ago

ioannisgkagkas commented 5 years ago

Hello

I want to pay my respects for this and if you can help me . When i run the project it show me the msg

The following modules are missing or built with a different engine version: SurvivalGame Would you like to rebuild them now ?

Unreal 4.22.3

with regards ioannis

pravin1694 commented 5 years ago

Hello There,

You are using Unreal Engine 4.22.3 but the project file you are trying to open is created in the previous version of Unreal engine. That is the reason the UE4 engine show that message. The UE4 engine asks for rebuild the modules you can use it. If press the rebuild button the UE4 engine rebuild the project modules for your current version UE4 engine or you can manually rebuild the project files. If you rebuild the project file by pressing the rebuild there is 75% of chance it will work correctly. Because you need all the plugins used in the project file for the version UE4 game engine you are using.

I hope this will help. If it is not useful you can ask any questions I can help.

ioannisgkagkas commented 5 years ago

Thanks for your response i will try to find the engine , the rebuild doent work . Ill try manually , wish me luck

update

i think rebuild worked ..... corrupted sdk....

pravin1694 commented 5 years ago

you can find the project file create engine version easily

On Sat, Sep 14, 2019 at 7:16 PM Γιάννης Γκάγκας notifications@github.com wrote:

Thanks for your response i will try to find the engine , the rebuild doent work . Ill try manually , wish me luck

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tomlooman/EpicSurvivalGameSeries/issues/59?email_source=notifications&email_token=AKSE7O3OEXCFCYK3PQV4NW3QJTTKVA5CNFSM4IWWSNN2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6W4CZQ#issuecomment-531480934, or mute the thread https://github.com/notifications/unsubscribe-auth/AKSE7O2WYDP4NKCJQ2QGQB3QJTTKVANCNFSM4IWWSNNQ .

-- Thanks & Regards Pravin

pravin1694 commented 5 years ago

I have a UE4 engine 4.21.2 version.

but I create my previous project in UE4 4.20

when I open my UE4 engine the project window I have the old project it shows the version of the UE4 engine the file created.

On Sat, Sep 14, 2019 at 8:12 PM pravin kumar pravin1693@gmail.com wrote:

you can find the project create version easily

On Sat, Sep 14, 2019 at 7:16 PM Γιάννης Γκάγκας notifications@github.com wrote:

Thanks for your response i will try to find the engine , the rebuild doent work . Ill try manually , wish me luck

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/tomlooman/EpicSurvivalGameSeries/issues/59?email_source=notifications&email_token=AKSE7O3OEXCFCYK3PQV4NW3QJTTKVA5CNFSM4IWWSNN2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6W4CZQ#issuecomment-531480934, or mute the thread https://github.com/notifications/unsubscribe-auth/AKSE7O2WYDP4NKCJQ2QGQB3QJTTKVANCNFSM4IWWSNNQ .

-- Thanks & Regards Pravin

-- Thanks & Regards Pravin

meduzi commented 4 years ago

I have the same problem how did you get it to work?