Is it safe to delete the "ipch" folder - Precompiled headers?
Posted
by Jamie Keeling
on Stack Overflow
See other posts from Stack Overflow
or by Jamie Keeling
Published on 2010-05-03T10:33:11Z
Indexed on
2010/05/03
10:38 UTC
Read the original article
Hit count: 881
visual-studio-2010
Hello,
I was looking through the folder for an application I am working on and noticed the "ipch" folder, for my solution which has two small projects it weighs in at about 90mb+ in size.
I have found an article discussing the use for the files and was wondering if they were safe to delete? It's for an assignment hand in and I would like to keep the electronic hand in as small as possible. If I were to delete the folder will the application remain in a safe and stable state?
I apologise if this is a simple question, I have only just started using Visual Studio 2010.
Thanks!
© Stack Overflow or respective owner