Search code examples
visual-studio-2010solution

Visual studio ipch folder


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


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.