STM32CubeMX reports "Try to load a project generated with a more recent version of MXCube"
As a long time bare metal and STM32 Std Library user, I am trying to brush up my skills to use the HAL interface (and other things). Using STM32CubeMX V6.2.0, from the New Project from Example form, I double clicked on the example UART_ReceptionToIdle_CircularDMA and it downloaded a project. When I try to open the example it just gives the message "Try to load a project generated with a more recent version of MXCube". This happens with some other USART examples, for example UART_Console.
My main interest in this is to see what source code it generates, specifically for using a circular DMA USART buffer, so the ability to load the actual project is not important.
Maybe I am missing something about the concepts behind STM32CubeMX, but the Example Selector for most examples seems to not find or be able to load some needed software e.g. "STM32Cube FW_F4 V1.26.0 NOT FOUND, Do you want to check for updates?" Clicking Yes just brings up a dialog that is only on the screen for a second or so (too fast to read), following which, the example still is not available.
Any ideas?

