What intermediate files resulting from Plex generation/compilation can be deleted?
• Delete intermediate objects created during generation/compilation: • .rpg, .cpp, .h, .rc, .def, .rtf, and .hpj under \GEN • .lst under \Gen\Release (objects created when C++ source files are built). • Files that were compiled with option for DEBUG under \Gen\Debug (C++ source files built with the Build For Microsoft Debugging option selected which are the same as C:\Gen\Release, but also includes .PDB ) • .res, .pch, and .obj under \Gen\Debug\obj (intermediate object files for a C++ build) • .res, .pch, and .obj under \Gen\Release\obj (intermediate object files for a C++ build). • .dsp under \Gen\Project (Visual C++ workspace ) • You can also delete the Project folders created by the compiler (like 577E5406-8E27-4E6C-A5F6-B9F35B22866C) which are normally deleted when Plex and the compiler are closed but that at times are left behind due to different lock conditions.