I tried adding a C++ file to my Blueprint project (Called “TestProject”) to get DiscordSDK integration for my game, but it wasn’t working for some reason. So I closed the editor then tried to relaunch it and it says “The following modules are missing or built with a different engine version: TestProject”, pressing no doesn’t do anything and pressing yes says it failed. I’m at the point of giving up on the discord thing so can someone help me just get rid of the C++ stuff and go back to launching it normally?
You have compile error. W will be unable to help you without the logs. Please give us some. You will need IDE for this. Open your project in some IDE, Visual Studio or even better, Rider. Build project, and you will get more detailed error.
Right click on Uproject File → Generate visual studio project file. Then open generated SLN in your Visual Studio or Rider. Then when you press Play button in the IDE, it will build and run the project.
Just for the test, open your .uproject file, find something similar to this, and remove it. BACKUP YOUR UPROJECT FILE if you are not using git beacuse you should have something like this. But let’s just test if project will compile and run. If not, I’m afraid I’m our of options with current error in the logs :(.