Windows 11, VS 2022, Version 17.13.3, C++, MFC project
I created a new MFC project, first one since the install, accepting most of the defaults. The project opened with the initial GUI ready to edit. A new button was added. Right click on the new button, select Properties, and attempt to name the button. More correctly, I suspect, change the ID of the button. In group Misc the “(Name)” field is not editable. I prefer the button name, or ID is that is preferred, to be something like IDC_Show_Addition.
What are the steps to change the name of the button?
A Copilot Answer suggests simply open the dialog and edit the name. The name field cannot be edited.
A two year old stackoverflow post stated the MFC is not a good project template, but following the links did not discover the answer.
Another question: I want a starter project that begins with GUIs (dialogs) that I can edit and add. I strongly prefer C++. The MFC project starts out just right. This is a personal project at home. After that stackoverflow question I need to ask: Have you any suggestions for a project template?
Side issue: Used ctl-h to replace all, but the dialog does not have a button to actually replace. This was quite surprising. Changed all the names in the entire solution by searching them out one at a time and use ctl-v to replace. That seems to have worked. Will this cause problems in the future? I suspect there is much better method.

There is no button for the action of "Replace" or "Replace All"