I was actually using version 4.3 so upgraded to 5 thinking that was my problem but still get the missing “stm32f0xx_hal.h” errors.
If I create the default LEDBlink project then it compiles without error !
I did a search on my computer for the missing header file and it appears under the following locations:
C:\Users\afraser\STM32Cube\Repository\STM32Cube_FW_F0_V1.3.0\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
d:\STM32Cube\STM32Cube_FW_F0_V1.3.0\Drivers\STM32F0xx_HAL_Driver\Inc\stm32f0xx_hal.h
If I point the Include directories to one of these paths I no longer get the missing header file error but a whole bunch on unknown type name errors.
If anyone has any other thoughts on what I am missing I would be eternally grateful.
Andy