Uncaught Error: Class "Doctrine\DBAL\Types\Type" not found (v2024)

Getting an error on generate to a new folder of PHP Fatal error:
Uncaught Error: Class "Doctrine\DBAL\Types\Type" not found in /opt/bitnami/apache/htdocs/intuition_2607/src/phpfn.php:43\nStack trace:\n#0
/opt/bitnami/apache/htdocs/intuition_2607/index.php(29): require_once()\n#1 {main}\n thrown in /opt/bitnami/apache/htdocs/intuition_2607/src/phpfn.php on line 43'

You better delete composer.json, composer.lock and the "vendor" folder from your project folder, then re-generate all scripts again, make sure composer update is completed successfully.