Hey, the fix is on its way to our main branch, and it will be backported to 2019.4 shortly after.
Can you check which .meta files you have with no guid inside of them? You can do so by running this command on powershell:
gci -Recurse | Where{ $_.extension -eq ".meta" } | Where-Object { !( $_ | Select-String "guid:" -quiet) }