#VS2026 C/C++ Build Tools
5 messages · Page 1 of 1 (latest)
When your question is answered use !solved or the button below to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
those are necessary for compilation steps
you can probably avoid .pdb file which is generated for debugging purposes but cant the .obj file
however i think it is possible to write a postbuild script which automatically cleans up intermediate directory (the folder where those files are generated)
you can also define a separate directory for those files that you mentioned if they are bothering.
it is done in project properties, with an option named "Intermediate directory" or something like that