I get that error when I create project on a junction directory
This junction directory:
C:\User\Developer\Codes
points to:
D:\dev-codes
To avoid the error, just create the project directly on D:\dev-codes
I want to emulate Unix/Linux's symlink in Windows by using junction directory, so the directory appears local to current user, and also to prevent the internal SSD from wearing out quickly. However, for some reasons, Visual Studio is having problems compiling from a junction directory.