[Tex/LaTex] Updating MiKTeX leads to error in biber version 2.7 and biblatex version 3.7

biberbiblatexmiktexupdate

I just updated my MiKTeX package and in doing so, I started getting two strange errors repeated over and over. I'm running Windows 10.
The errors are as follows:

Package xkeyval Error: family_i' undefined in familiesblx@opt@namepart'. \newpage
Package xkeyval Error: given_i' undefined in familiesblx@opt@namepart'. \newpage

The errors comes, stacked, on the line after \printbibliography.
After the update, I've been, unsuccessfully, running Biber version 2.7 and biblatex version 3.7, and neither is included in biber compatibility matrix.

Is anyone else having this problem, and if so, how did you solve it?

I don't have a MWE because the error started after I updated my packages, and even other documents that were working before the update gives the same error.
I updated MiKTeX as both user and admin, and I cleared the C:\...\AppData\Roaming\MiKTeX\ folder. MiKTeX recreates the repository successfully but the error remains.

PS: I haven't been able to find this error on stackexchange yet, but if it is a duplicate please close it and point me in the right direction.

Edit: I call biblatex with the following line:

\usepackage[maxcitenames=2, citestyle=authoryear,%
bibstyle = authoryear, maxbibnames=2,%
backend=biber, hyperref=true]{biblatex} 

Best Answer

When biber or biblatex is updated, auxiliary and/or intermediate files from former compilations may contain invalid data for the new version.

Deleting such files with suffixes .aux, .bbl, .bcf, .run.xml, ... removes this data and the source file can be compiled again.