Skip to main content
4-Participant
August 15, 2024
Solved

Connecting Cero parametric 10 (Toolkit) and Visual studio

  • August 15, 2024
  • 1 reply
  • 3309 views

I'm experiencing significant issues connecting Creo Parametric with Visual Studio. Currently, I'm referring to the "Creo Object Toolkit C++ Release Notes" for guidance, but I'm encountering numerous errors. Could you provide a step-by-step guide on how to properly connect Creo and Visual Studio?

Thank you.

Best answer by Ben_C

Those errors suggest that in your project properties you have not included the directories where those header files exist , e.g.:

Ben_C_0-1723729035618.png

 

The paths you would need to include are:

<Creo install loaction> \Common Files\otk\otk_cpp\include\

<Creo install loaction> \Common Files\otk\otk_cpp\otk_examples\includes\

1 reply

12-Amethyst
August 15, 2024

See section "Debugging Creo TOOLKIT Applications" in "Creo Toolkit User's Guide" aka tkuse.pdf

4-Participant
August 15, 2024

Like These types of errors i am getting,

PH_10785300_1-1723721582919.png

PH_10785300_2-1723721631320.png

 

 

Ben_C12-AmethystAnswer
12-Amethyst
August 15, 2024

Those errors suggest that in your project properties you have not included the directories where those header files exist , e.g.:

Ben_C_0-1723729035618.png

 

The paths you would need to include are:

<Creo install loaction> \Common Files\otk\otk_cpp\include\

<Creo install loaction> \Common Files\otk\otk_cpp\otk_examples\includes\