[SalesForce] ERROR running force:source:retrieve: This command is required to run from within an SFDX project

I was able to create a project in VS code. Also able to authenticate the org. In the package.xml when i right click & click on "SFDX : Retrieve source in Manifest from Org" – i'm getting the following error message :-

UNC paths are not supported. Defaulting to Windows directory.
ERROR running force:source:retrieve: This command is required to run from within an SFDX project.

It ended with exit code 1.

Any pointers to resolve this will be really helpful.

TIA.

enter image description here

Best Answer

Paths starting with \\ (UNC) are not supported. You would need to map the drive to a local drive letter in order to use the network drive effectively. The latter error ("this command is required to run...") is simply a symptom of the first error.