After running the "Compile Header" command, some temporary changes have been saved in the .vcxproj and .vcxproj.filters files. Inside VS, these changes are already reverted but NOT saved. The command should end its work by re-saving these reverted project changes, otherwise they will show up as pending changes in source control etc (until the project is manually saved).
On a side note, it would be convenient if the "Compile Header" command was available in the context menu when right-clicking on a header file in the Solution Explorer (in addition to right-clicking inside the editor for a header file).
After running the "Compile Header" command, some temporary changes have been saved in the .vcxproj and .vcxproj.filters files. Inside VS, these changes are already reverted but NOT saved. The command should end its work by re-saving these reverted project changes, otherwise they will show up as pending changes in source control etc (until the project is manually saved).
On a side note, it would be convenient if the "Compile Header" command was available in the context menu when right-clicking on a header file in the Solution Explorer (in addition to right-clicking inside the editor for a header file).