Proper way to code in C++, as IOC tool won't update main.cpp but rather create a new main.c
Hey everyone,
I'm trying to make a project in C++. I tried the trick to rename main.c to main.cpp with the right-click > rename function. It works, but then if I change the IOC with the config tool, it will create a new main.c with the proper settings (and ignore main.cpp).
What would be the proper way to use C++? Is there a setting to have main.cpp updated in case of a config change ?