Skip to main content
BBrow.2
Associate III
March 18, 2025
Question

STM32CUBEIDE inc src hidden

  • March 18, 2025
  • 2 replies
  • 401 views

I wanted to check out the HID Master USB example from ST for my STM32H7B3I-DK

It would not compile, forcing me to upgrade my CubeIDE

Now it compiles, but inc & src folders do not appear in Project explorer.  They are there on the hard disk

The inc and src folders appear for my previous projects.

I cannot figure out how to show them in Project Explorer for the HID_Standalone project????

 

2 replies

Andrew Neil
Super User
March 18, 2025

Please post a screenshot of the Project Explorer which shows this

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Senior III
March 18, 2025

 

Open the .cproject file inside your project folder (<project_root>/.cproject) using a text editor. Look for missing entries related to inc and src.