Error: "This project requires the 'AirSim' plugin..." #3497
-
Hello! I was following directions for "custom unreal environment" from https://microsoft.github.io/AirSim/unreal_custenv/ to set up AirSim on Unreal Engine on Windows. I got an error in step 3 when I re-opened LandscapeMountains.sln in Visual Studio and clicked F5 to run. The error said "This project requires the 'AirSim' plugin, which could not be found. Would you like to disable it and continue", although I did have the AirSim plugin in the same folder. Thank you in advance :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
That's pretty strange, maybe try repeating the steps from the beginning. Also, make sure to run Also, if you find some instructions are missing or needs to be updated, then do open a PR or maybe comment on #3514 where I've made some small improvements |
Beta Was this translation helpful? Give feedback.
-
Hello, I encountered an error kind of similar to this. The error message is I tried to do fresh build of AirSim several times and I keep encountering this error. |
Beta Was this translation helpful? Give feedback.
That's pretty strange, maybe try repeating the steps from the beginning. Also, make sure to run
build.cmd
form root AirSim, and maybe evenupdate_from_git.bat
fromUnreal/Environments/Blocks
before copying theUnreal/Plugins
folder if the AirSim installation is fresh.Also, if you find some instructions are missing or needs to be updated, then do open a PR or maybe comment on #3514 where I've made some small improvements