I think your problem is, that you have a file containing 7000 lines ;-) You should find a way to split it. I often find duplicate code in such code fragment -> make them functions. If it is a Class.cpp it is probably the class is too big, tries to cover too much. Extract Classes from it. HTH Kind regards Sawatzky PS: No I never had that problem ;P
S
Sawatzky
@Sawatzky