Generally, you should be able to see Team Foundation Version Control when creating a new project after disabling Disable creation of TFVC repositories in the organization settings.
If you still can’t create a TFVC repo, try to use REST API Projects – Create. You can use the following PowerShell scripts. Replace the placeholders with your actual values.
2
Answers
Check this setting in your org:
Generally, you should be able to see Team Foundation Version Control when creating a new project after disabling Disable creation of TFVC repositories in the organization settings.
If you still can’t create a TFVC repo, try to use REST API Projects – Create. You can use the following PowerShell scripts. Replace the placeholders with your actual values.