Solution 1: Use a different compiler
Solution 2: Get over it
It really depends on the type of project you're making.
The precompiled header will take up a lot of space, too.
Those "plumbing" files are not necessary for deployment, but really help compilation and debugging.
If you're making a native app, you can turn off the precompiled header.
If you're making a WinForms app or a CLR app, you'll need it.
Other languages under .NET don't take up as much space.
...but truly, you can delete a lot of those files when you've finished the project.
(they will be re-created when you re-compile).
thines01
Postaholic
2,424 posts since Oct 2009
Reputation Points: 445
Solved Threads: 402