Editing Addin vscode not launching

Editing Addin vscode not launching

n.michiels
Contributor Contributor
565 Views
2 Replies
Message 1 of 3

Editing Addin vscode not launching

n.michiels
Contributor
Contributor

Hello All,

I have made an custom addin, but now when trying to use the edit button visual studio code will not open anymore. Can anybody help me?

Thank you!

Screenshot 2024-04-05 130358.png

0 Likes
Accepted solutions (1)
566 Views
2 Replies
Replies (2)
Message 2 of 3

OceanHydroAU
Collaborator
Collaborator
Accepted solution
0 Likes
Message 3 of 3

j4n.vokurka
Advocate
Advocate

Hello,

I'm guessing you're trying to open that C++ add-in that is highlighted.

However, unlike for Python, for C++ the development environment is set by default to Visual Studio for Windows and to XCode for macOS. This is because of how C++ add-ins are created, see OS Specific Issues article for further info .

So when trying to edit a C++ add-in through Fusion, you need to have one of those installed on your PC depending on your OS. Otherwise Fusion might prompt you to install it or you will have to go directly into the folder where the add-in is located and open it there.

0 Likes