Posted on:August 5, 2005 at 11:18 AM

Understanding Files Generated During Visual C++ Compilation

Understanding Files Generated During Visual C++ Compilation
.APS AppStudio file
.BSC Browser file .SBRs combined into 1 .BSC.
.CLW ClassWizard file
.ILK Incremental linker file
.NCB Contains the ClassView information Added in 4.0; delete if you have problems.
.PCH Pre-compiled header file
.PDB Debugging info /Z7 affects this.
.RES RC "object" file Linked into .EXE.
.SBR Browser info for 1 file Combined into .BSC.
.VCP Visual C++ state file