Why is esc.h not being included when compiling the example program for the B-G431B-ESC1 in CubeIDE?
I have the example ElectronicSpeedControl code Generated by the Motor Control Workbench. I then open the .ioc in CubeMX and the just hit Generate. Then, I import this project using File->Open Project from FileSystem. This works fine too, but then when building, it complains about not being about to find esc_boot or esc_pwm_control. I can see that those files are in the ../Inc folder of the project, but CubeIDE isn't able to find them.
However, if I just start a new project from the Motor Control Workbench and repeat the same steps with a blank template project for the B-G431B-ESC1, then that is able to compile and be flashed.
Why is the CubeIDE not seeing or recognizing those files that are present in the same folder that other header files are able to be found in without a problem?
Thanks!