You can't extract that with UE Explorer because you haven't decompressed the files.
https://prnt.sc/VwM8ISeUppuP
However, you won't get 'clean' source files with utpt nor ue explorer, you can maybe make some sort of frankenstein on your current compiler's engine.u by using the scripts extracted from ue explorer as reference, manually adding missing scripts/parts of the .uc scripts that don't exist in your current compiler, etc.
The reason why you get an error when using batchexport, is because your compiler is probably missing some file.
usually your .ini should look sorta like this:
EditPackages=Core
EditPackages=Engine
EditPackages=Editor
EditPackages=Fire
and batchexport should work fine. However, this will probably also not give you the result that you expect.
Whichever way you use to decompile those files, you'll have to do some manual work, shouldn't take more than a couple of hours, or maybe a few minutes depending on what you're trying to do.