I just ran the Migration tool to move a Rhino 5 plugins to Rhino 6. The tool finished without errors but when I open the solution in Visual Studio 17, I get this error:
error MSB4019: The imported project “\Rhino.Cpp.PlugIn.props” was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.
Should the migration tool have created this file?
Hi @wschmidt,
The property sheet mentioned in the error comes with the SDK. Just look in the install folder.
I’m no fan of the migration tool, by the way. See if you have better success with manually migration, albeit more challenging.
– Dale
Thanks, I reinstalled the SDK and that solved the problem.