Solved! Thanks for the help Vlad.
When using cmake, I put all the generated files in a subdirectory called build. So that git does not think that these files are new files, I add / build to the .gitignore file. VS "informs" me about this using the ignore icon. This is why ignoring does not affect the assembly.
Jason
source share