Question
I have generated C project file from STM32Cubemx and converted that file into C++ project.i have added cpp files into it, changed main.c to main.cpp and then compiled the program. after compilation .elf file is missing from the debug folder?

