### Tested versions 4.4 dev6 ### System information Windows 11 ### Issue description See: https://github.com/godotengine/godot/actions/runs/12211086323/job/34068068226?pr=100135 Using `TypedDictionary<>()` will lead to failture of godot-cpp compilation. Needs to be fixed as soon as possible. ### Steps to reproduce Using a `TypedDictionary` in source code and push it to your forked repo, and then run the action on your fork. ### Minimal reproduction project (MRP) Reproduction = source code. See **Steps to reproduce**