Решено.
git игнорирует папку, я не понимаю почему
PS D:\VS\UnknownEngine> git status --ignored
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .gitignore
Ignored files:
(use "git add -f <file>..." to include in what will be committed)
.vs/
Debug/
MainWindow/Debug/
MainWindow/MainWindow.vcxproj.user
third-party/Vulkan/
Мой .gitignore не скрывает эту папку.
Что ещё может скрывать её?