My game don't open in others devices

Hello, first of all I’ll let you know that I’m very new to this world of games, so my question is quite ignorant, but I’d appreciate anyone who can help me.

I packaged my game for distribution and tested it on my computer and my family’s computer. When I tested it on my PC everything worked normally, but on my father and sister’s PC an error appeared saying that it must have Visual Studio C++. However, they have other games on their computer that work.

My question is: What do I need to do when packaging the game so that it can open on other computers? Until then I was sending them the file in .exe. Is there a file that must be sent together to be able to run?

Hey @AContadora

after packaging you should get a folder with this content:

YourGameNameHere
Engine
YourGameNameHere.exe

Copy the whole folder to the other computer and before starting, navigate to

\Engine\Extras\Redist\en-us

and install the Prerequisites. Then try again. You can also try to execute the exe from

\YourGameNameHere\Binaries\Win64

I will try this, thankssss