Skip to content
Discussion options

You must be logged in to vote

Hi @6157894t53484-dot,

Visual Studio 2026 is supported for building Isaac Sim -- you just need to install the required MSVC toolset and fix your repo.toml configuration.

Problem

The error message tells you exactly what's wrong:

Visual Studio installation at D:\Microsoft Visual Studio\18\Community does not contain a matching version of the Visual Studio Build Tools. Use the Visual Studio installer to add version: v145

Your VS 2026 installation is missing the MSVC v145 C++ compiler toolset.

Fix: Install MSVC v145

  1. Open Visual Studio Installer
  2. Click Modify on your VS 2026 Community installation
  3. Go to Individual components tab
  4. Search for and select: MSVC v145 - VS 2026 C++ x64/x86 build tools

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by vick-yu
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants