Unable to find plugin 'Bridge' #1301
-
Hello. I have been trying to get JSBSim to work for a few days now. I have checked the Readme, video tutorials, old issues. Nothing is telling me how to resolve this issue with the "Bridge" plugin. I have tried using the latest release, the previous release and the latest version of the code in Visual Studio 2022 and this is as far as I am able to get. Has anyone encountered this error before and/or know how to resolve it? I have included the build output and the log from my latest attempt. Build started at 12:54 PM... Log info for this error: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
To fix this, open the folder |
Beta Was this translation helpful? Give feedback.
To fix this, open the folder
jsbsim\UnrealEngine
, then right click on theUEReferenceApp.uproject
, and select Open With (or select Show more options at the bottom of the menu, then select Open With). Use Notepad to open the file. In the text look for"Name": "Bridge"
, where it says"Enabled": true
, change that tofalse
. Now close and the project should work.