Visual studio ipch folder

solution, visual-studio-2010

Solution

Yes, that's the folder used by the IntelliSense parser to store precompiled header files. It will be rebuilt on the receiver's machine. More in this answer. Use Build + Clean to avoid having to look at too many of them.

Problem

I need to send the solution which consists of 2 projects by email. Can I delete ipch folder?

Original source

Related problems