I followed the tutorial to create an stm32f411re project using stm32CubeMX. I have a couple of issues.
I get a lot of undefined type uint32_t messages in the Intellisense (set to CLang), but the software compiles and downloads.
I also cannot create classes. I want the whole project to be treated as C++, but setting that option in the compiler flags does not work and causes a lot of errors.
Any help? I wanted to use VS instead of Keil as I feel more at home in it.
Dave