Hi
I have tried to create some plugins in visual studio 2017 and I downloaded vs2017 and rhino SDK while following tutorials(Rhino - Installing Tools (Windows)).
However, I got an error showing below when create a new project in VS2017.
Unable to read the project file “test.vcxproj”.
C:\users\t\Desktop\test\test.vcxproj(49,5): The imported project
“C:\users\t\Desktop\test\PropertySheets\Rhino.Cpp.PlugIn.props” was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.
I confirmed that .props file is not in test folder. test folder what automatically created has only test.vcxproj file.
How should I deal with it ??
My environment: Win 10, Rhinoceros 6
Takehiro