Hello, I have a problem with Visual Studios and Rhino 7. Firstly the Rhino 3D C++ option is missing.
Down the line in the process encountered this error.
DatasmithFacadeCSharp.pdb not loaded
Please let me know how I can get around it.
Hello, I have a problem with Visual Studios and Rhino 7. Firstly the Rhino 3D C++ option is missing.
Down the line in the process encountered this error.
DatasmithFacadeCSharp.pdb not loaded
Please let me know how I can get around it.
A breakpoint was triggered, probably one you did set. You’ll have to look at the Call Stack and check the Threads window if you are looking at the right call stack.
The PDB mentioned would be for the Twinmotion plug-in. You probably have that installed. Maybe disable other third-party plug-ins until you have your own plug-in working.
A different error this time.
The Build output tells you the exact error message. Based on that you need to ensure for your Visual Studio 2019 the correct MFC libraries are installed…