@AFerr.1 , I have the same problem.I cannot port my project to a new environment.But I wrote a script that cleans up the erroneous `system_stm32fxx.c` file declaration from the project file.Here is my script:import os
import sys
for_searching = ""...