The game module could not be loaded. Error when loading project file

Hi guys,

I recently upgraded my project to unreal version 4.24.1 and in the process it appears to have broken the game for some people. When they updated their engine version and grabbed the latest from our perforce server they get the following error when they attempt to load the poject file:

“The game module [OurProjectName] could not be loaded. There may be an operating system error or the module may not be properly setup”

I built the project on my laptop and barring a few issues with using legacy API’s (now fixed) the project compiles and runs fine and i can also run the project file directly just fine.I can’t figure out why on earth this is happening and it’s a real bummer as its stoppng anyone from being able to load the project.

Does anyone have any idea what could cause this or how to debug it?

they need the latest VC runtimes
https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads

Thanks for the response Kaos, i managed to get it working by copying the following DLL’s from my work pc’s windows folder (C:\Windows\System32)

vcruntime140d
vcruntime140_1d
vcruntime140_1

But i’ll advise the guys to install the redistributable first and see if that sorts it.

Here is a general solution for this issue: unreal engine5 - The game module 'X' could not be loaded. There may be an operating system error - Stack Overflow