@Karen Payne MVP I will do what you suggest. I've looked a little closer at the nonsensical .vs, and found:
.vs/HOAAnalysis/v16/ipch/AutoPCH/
Is where most (90%+) of the memory hides, and the the *.ipch is sole repository of this baggage in a series of directories (with strange names), with each directory containing a single file named <filename>.ipch. The <filenames> seem to al be *.cpp files of standalone *.h files in my project.
I did the following:
- Closed VS.
- Deleted all the <strange folder name>s
- Started VS
A single 52Mb <strange folder name>with a single 52Mb ipch file was created, named <my project name>.ipch.
This all means that VS is graciously creating 52Mb+ files to enhance my working experience. I can't tell you how grateful I am, and how soon I will be adding a single 4Tb HDD dedicated to a single 800Kb project. The consumer wold is so much better off with these 50Mb files that I just, absolutely just, don't know and to give them enough warm and cuddlies. Oh well.
Thanks karen.