That must have made the top ten list of merry-go-rounds of horror. It would have been more appropriate 5 days ago. Let's try the these. Boot to a Win 10 Installation USB drive, then...
(a) "Troubleshoot > Advanced Options > Command Prompt".
(b) Enter the following commands...
BootRec /FixMBR <<<Write a new MBR
BootRec /FixBoot <<<Write a new boot sector
DiskPart <<<Enter DiskPart
List Vol <<<List volumes & letters
Select Vol=x <<<Select the one that is Windows, not x
Active <<<Just in case that was lost
Select Vol=y <<<Select the IBM BM partition, not y
Inactive <<<Make it Inactive
Exit <<<Leave DiskPart
=== Which letter is on the Windows partition (338 GB)? ===
=== Use it instead of X: in the following commands ===
REN X:\Boot\BCD BCD_old4 <<<Or whatever number you're up to
BCDBoot X:\Windows /s X: /f BIOS <<<Replace X: twice
That will create a new BCD as well as all the other boot files. Try to boot. Good luck.