0

screenshot

Hello,

I would like to write a script for Rhinoceros 3d, and therefore I need to download extension "RhinoCommon and Grasshopper templates for Rhino7".

But I can't, because of the missing references: Microsoft Visual Studio Template Engine. Take a look at screenshot in attachment.

How can I fix it?

2 Answers2

1

You may need to install the Visual Studio SDK based on the VSIX Documentation:

To use VSIX projects, you must install the Visual Studio SDK. For more information about the Visual Studio SDK, see Visual Studio SDK.

VSIX Documetnation. See VS SDK install instructions here.

This may be a result of an oversight by McNeal based on comments received by a developer who had similar errors being reported by some users but not most. This service forum:

You listed “Microsoft Visual Studio Template Engine” as a dependency. A dependency is the notion that your extension depends on another extension to be installed, and “Microsoft Visual Studio Template Engine” is not an extension. Are you perhaps trying to list it as a prerequisite? Prerequisites indicate which VS components need to be installed in order to support your extension.

0

I am working on one grasshopper component development, and my current platform is Rhino7. The template for grasshopper Add-On for v6 is the one I am using, and it seems just fine.

By just quick search, I think reinstall the whole visual studio might be a practical apporach.