Skip to main content
10-Marble
October 7, 2022
Solved

Need Help with Toolkit

  • October 7, 2022
  • 2 replies
  • 3535 views

I was following Getting Started with Creo Parametric Toolkit but something failed and I don´t know how to solve it.

I tried to open make_install.sln through Visual Studio 2022 and build the solution, but an error occurred.
It says "Cannot open include file: 'stdio.h'".

 

I searched info about that bug and tried many things like uninstall VS, install other libraries. However, nothing works.
I also built "Hello World" in VS to check if "stdio.h" is avalaible, and nothing failed.

I will really appreciate if someone could help me.

Thanks!

Best answer by Askarke

It´s working now. I have included every single header and library manually,but now it works

2 replies

Askarke10-MarbleAuthorAnswer
10-Marble
October 7, 2022

It´s working now. I have included every single header and library manually,but now it works

4-Participant
March 8, 2024

I had this issue, was able to resolve it by adding the stdio.h path to the project in the Include Directories... "C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\ucrt"

Theron_0-1709934334040.png

After is error was resolved I need to Library paths also...
C:\Program Files (x86)\Windows Kits\10\Lib\10.0.22621.0\um\arm64

C:\Program Files (x86)\Windows Kits\10\Lib\10.0.22621.0\ucrt\arm64

14-Alexandrite
February 7, 2025

Just to follow up on this issue. I had the same problem with the stdio.h file not being found.

 

I used Theron's additions listed above adding the paths. Only difference for me is that my machine is x86 so latter 2 paths were just a bit different:

C:\Program Files (x86)\Windows Kits\10\Lib\10.0.22621.0\um\x64

C:\Program Files (x86)\Windows Kits\10\Lib\10.0.22621.0\ucrt\x64

 

Once I did that my build succeeded.

6-Contributor
April 4, 2023

What was the fix? I'm not seeing it. I'm getting the same error and I'm not sure what everything was you added.

Askarke10-MarbleAuthor
10-Marble
April 5, 2023

Sorry mate, It's been too long and I don't even remember the problem I had.

With my license, Creo Toolkit is not available so I removed it from my Creo Parametric Customisation and I can't even check it to help you more.


I wish I could help you better than I did.

6-Contributor
April 5, 2023

No problem, thanks for replying. 🙂