CodexLabsLLC / Colosseum

Open source simulator for autonomous robotics built on Unreal Engine with support for Unity
https://codexlabsllc.github.io/Colosseum/
Other
335 stars 105 forks source link

Could not find any instance of visual studio error while trying to run build.cmd #68

Closed nl22-nmsu closed 11 months ago

nl22-nmsu commented 11 months ago

Hello,

I was following the Airsim tutorial and made it as far as running "build.cmd". I get an error "Could not find any instance of visual studio".

Currently, I'm working on a Windows 11 machine with Unreal Engine 5, Visual Studio 2022, and Cmake version 3.27.6.

I've already tried running the developer command prompt as administrator with no luck. I also tried the Airsim repo and a recommended fork of that repo that I found on the Airsim "issues" page, but no luck there.

Anyone know what the fix is?

nl22-nmsu commented 11 months ago

For anyone else who may have this issue, I was able to solve this by opening VS 2022 and going to "Tools->Get Tools and Features ". Make sure to select "Desktop development with C++". After downloading that it builds.