VS Template for File Export

Just starting to look at c++ plugins for Rhino5 64bit using VS 2010

Creating a sample using the “General Utility” template worked perfectly

Creating a sample using the “File Export” template throws this error:

TRACKER : error TRK0005: Failed to locate: “CL.exe”. The system cannot find the file specified.

What do I need to change about the project to make this work?

On further review, only “General Utility” will build. All the other templates result in the same error shown above.

It’s possible the x64 solution configuration has the file export plug-in configured for the Win32 platform. Use Visual Studio’s Configuration Manager (Build > Configuration Manager) to check and potentially fix.

1 Like