views:

693

answers:

2

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!

Pre-Compiled Headers

+1  A: 

I was bothered by my 'ipch' folder and deleted it. When you open the project again the 'ipch' folder is recreated. Runs just like before.

gyller
A: 

Managed to find a pretty informative answer from the MSDN support forums:

Is it safe to delete the "ipch" folder?

Jamie Keeling