I started a brand new project on Windows x64.
When i'm trying to do anchor build it is not working and I get the following output:
Failed to obtain package metadata: 'cargo metadata' exited with an error: error: failed to load manifest for workspace member '\?\C:\Users\thugu\Documents\OneDrive\OneDrive_Doc\Crypto-project\solequapp\programs*'
Caused by: failed to read '\?\C:\Users\thugu\Documents\OneDrive\OneDrive_Doc\Crypto-project\app\programs*\Cargo.toml'
Caused by: The filename, directory name, or volume label syntax is incorrect. (os error 123)
Looking into my programs folder on my project, programs\app i can found the Cargo.toml file. Maybe is there a problem on the path that is trying to read (it says app\programs*\ not app\programs\app\ as it should be by the directory) Is there a way to change that path? thanks