My banks aren't updating properly when I build and it was working fine before I added a new bank

Hi, I’m using FMOD studio with UE 4.27 and for some reason when I build the banks don’t get created properly, only the old banks seem to build into .uasset files. I’ll send some screen shots. It also says that master.bank and master.strings.bank are missing but they exist in the desktop folder.
screenshots here: fmod ue4 screenshots - Google Docs
when I load unreal it gives me this error:
‘Some banks failed to load:
Master (File does not exist)
Master.strings (File does not exist)’

Thanks for any help!

Just realised all I needed to do was rename ‘MasterBank’ to ‘Master’ in FMOD as that is what it was trying to look for based on the search conditions in unreal settings. Solved