UE5 UEReferenceApp build startup project fail (SOLVED) #623
Replies: 1 comment 2 replies
-
According to the docs, it seems that JSBSim must be built separately as a static library and copied to the folder
More specifically and according to the error message, the linker is expecting You can use the visual studio project file May be @AlbanBERGERET-Epic can provide more details or correct me if I'm wrong ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all, I'd really appreciate some help, I'm trying to tinker with this in Unreal and running into some setup issues. Following the readme, I open and build the JSBSimForUnreal.sln with no errors, right click UEReferenceApp.uproject -> Generate visual studio project files, open up the solution and try to Build Startup Project on the UnrealVS extension bar. This is the output I get:
edit: Found my error. Paying a little closer attention I noticed it was creating a "LibDebug" folder instead of "Lib". I realized I wasn't building the JSBSimForUnreal.sln in RELEASE mode.
I'm embarrassed, hope this helps someone in the future.
Beta Was this translation helpful? Give feedback.
All reactions