Replies: 1 comment 3 replies
-
Ok, while I don't have a solution for why JSBSimForUnreal.sln doesn't work, using the files from the one time it did I discovered that there is an extraneous " ||" at line 12 column 81 in jsbsim-master\UnrealEngine\Plugins\JSBSimFlightDynamicsModel\Source\ThirdParty\JSBSim.Build.cs |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'd made another post but since then I've had even more issues and tried more solutions. Following the UnrealEngine instructions to the letter I'm unable to get JSBSimForUnreal.sln to build without failing despite using VS2019 and 2022 with the correct plugins. After a dozen attempts it worked randomly and I've been using those files ever since to try and get the UEReferenceApp.uproject working. Building it automatically gives an error and tells me to build it manually, following the README steps to do that gives further errors and fails. Removing the required Windows toolchain version (14.29.30136) will sometimes generate the UEReferenceApp.sln file although after working once it has failed every time since when trying to regenerate. Trying to "Build Startup project" with the UnrealVS plugin will have 9 successes and 1 failure, but the UEReferenceApp.uproject still does not function. I've tried it on several computers, using every Unreal version since 5.0 and every Visual studio toolset even plausibly likely to work on top of the ones required in the documentation. I can provide errors if requested but there are so many I was wondering if anyone has tried it recently, maybe the Git build is broken, or if not I'd love some help.
Beta Was this translation helpful? Give feedback.
All reactions