Why are Shooter Game Project modules missing?

Hi, I downloaded and Created Shooter Game Project ok, but when I go to open it it says “Project modules are missing or out of date. Would you like to recompile them?”. clicking yes starts some recompiling then it Errors with “Game code couldn’t be compiled. continue trying to start anyway?”, which then fails with “game module shootergameloadingscreen” does not appear to be up to date, please recompile". Im using 4.4.0 engine. any ideas?
thanks

Hey,

Check Vault section at bottom of Library in Launcher. Under Shooter Game, what version of engine does it specify? And did you build engine from source or download it through Launcher?

hi. Vault says 4.4.0, which is what I have, and I downloaded it thru Launcher. Same issue arises with Driving Game, but Landscape Mountains, content examples, blueprint office etc all work ok

In 4.4 version of sample project in Vault, click dropdown arrow and select Verify. It’s possible sample was corrupted somehow. Then try deleting your project and creating a new project from verified sample. Again, make sure you’re opening 4.4 version of project in 4.4.

thanks - still no joy, but when it was trying to recompile something flashed up about “Windows SDK”? - I am just installing that now to see if that helps…

hi, i have same problem too. not only shooter game content give me same error but also in vehicle game and strategy game i have same error.
thing i know is that contents that have “source” folder in it have this problem, so it should be some c++ problem and i don’t know nothing about codes.
my Unreal Engine and my contents are version 4.4.
please if someone know solution for that let us know.

Glad to see it’s not just me :-/
Installed windows.net, couldn’t install windows sdk. Still failing despite verifying download. Have deleted and will try and reload from scratch. Unfortunately it’s a big 2Gb file to go get… :-/

Hey all, just wanted to check and see if you’ve updated to 4.4.1 yet, and tried again. Also please try Remove from dropdown below project name in Vault, and redownload from marketplace.

Hi , upgraded engine to 4.4.1 and re downloaded driving game (which previously had same issues), and it works! Just need to download shooter game again and try again, but looking promising!

I found a way to solve this stupid problem, you should uncheck “read only” properties of your content folder (right click on folder and go to properties). that lets visual studio to compile codes!

I found a way to solve this stupid problem, you should uncheck “read only” properties of your content folder (right click on folder and go to properties). that lets visual studio to compile codes!

Thanks Danial, will bear this tip in mind!