Can't build C++ project located on network drive

I may have found a workaround. Not 100% sure, but it seems to work. I created a link to the network drive: mklink /D C:\Users\Desktop\Remote . Then, while creating a new C++ project, I set C:\Users\Desktop\Remote\Desktop as the base location for the project, which is essentially my Desktop on the mac machine.

1 Like