Hi All,
I am having a very frustrating issue where my project builds perfectly in Visual Studio, but fails to launch as I get the following error message.
https://forums.unrealengine.com/filedata/fetch?filedataid=170914&type=thumb
When I click on yes, I get the following error message.
https://forums.unrealengine.com/filedata/fetch?filedataid=170915&type=thumb
I then go back to Visual studio and do a full Rebuild solution, but to no avail. It builds perfectly but once i run the program, I get the same error message.
I have to mention that I am using a custom build of Unreal as I needed to change the stereo panarama plugin to be able to output the left and right eye as one image. That worked perfectly and I was running my project with this build for over a month. I still have not rebuilt the custom Unreal source built, so I don’t think the error lies there.
The error occurred when I changed code in visual studio, then compiled, but in the middle of the built I realized I made a mistake and then I stopped the built. From that point on, I got the error message when I try to run the project.
If anyone can assist, I will be grateful. I am new in c++ and have only been using it for about 2 months now.