I’ve finish my game and for some reason now it doesn’t let me package out my game? i haven’t changed anything or moved anything. the only thing i added was the leaderboard plug-in from epicleaderboard.com and everything works. the whole leaderboard plug-in is in blue print but for some reason everything time i try to package i get this error in the logs…
" Build Failed: ERROR; You are attempting to compile on a machine that does not have a supported compiler "
That Plugin doesn’t have required binaries for the platform that you are packaging for. You can convert your project to C++ and then it should work, I suggest you to make a copy of your project before you convert it. To convert it just add a new empty C++ class.
Ok i tried it using the copy and it says missing files, project cant be built. I am trying to package for Windows if that makes any difference? any Ideas?
I had something similar before. When I had originally installed Visual Studio 2015 I forgot to click to add C++ support so it didn’t have the necessary components to compile C++. Try and write and compile a simple C++ project and see if it builds. If not you will need to run the installer again and make sure C++ support is checked.