That's the neat part. You don't.
CPP compilation is a one way process to turn human readable code into machine instructions. Using the headers, pdb files, and a decompiler like ADA or Ghidra you can figure out what those machine instructions are and attempt to map them onto human readable variables and functions. But you don't ever get the actual .cpp unless someone gives it to you.