microsoft / AirSim

Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
https://microsoft.github.io/AirSim/
Other
16.32k stars 4.55k forks source link

How to fix this error? C1900 #4761

Open FatalJack opened 1 year ago

FatalJack commented 1 year ago

QQ截图20221209212248

I cannot do anything because of this question.

FatalJack commented 1 year ago

It's not because of the version of UE. I tried 4.27 before and have met same error, three lines and boom.

nagsterFVZ commented 1 year ago

Was having this same issue with UE 4.27 and VS2022. To solve it I opened the project in unreal first and and changed the VS version. You can do this under Edit > Editor Preferences > Source Code Editor Set that to Visual Studio 2022, then under file generate the visual studio project.

Now I was able to add the AirSim plugin to my project and build it as usual.

huangzhuofei commented 1 year ago

Was having this same issue with UE 4.27 and VS2022. To solve it I opened the project in unreal first and and changed the VS version. You can do this under Edit > Editor Preferences > Source Code Editor Set that to Visual Studio 2022, then under file generate the visual studio project.

Now I was able to add the AirSim plugin to my project and build it as usual

Thank you for helping me a lot

JackeyLea commented 10 months ago

Was having this same issue with UE 4.27 and VS2022. To solve it I opened the project in unreal first and and changed the VS version. You can do this under Edit > Editor Preferences > Source Code Editor Set that to Visual Studio 2022, then under file generate the visual studio project.

Now I was able to add the AirSim plugin to my project and build it as usual.

Thx