Hi,
It's a problem around ST library version.
Now, in order to be independant with ST library version, with the new version of Ride, we do not provide precompiled librairies v3.x. So, we suggest to integrate ST sources files into your project.
First, you have to unckeck the "LD Linker/Libraires/Use OLD Precompiled" option
and suppress the define __STM32F10x_H (it would be set by a ST header). For compatibility with old projects, the option is checked on when you created the new Circle project.
Add necessary ST source and header files (adc, dma..) into your project (version 3.x).
We will add soon a FAQ about this issue.
Yves