'INFO: Could not find files for the given pattern(s). Error
I have a problem with using brownie compile in Visual Studio Code as I get a INFO: Could not find files for the given pattern(s).
This is the error I get:

Solution 1:[1]
This isn't an issue, it actually means it's working fine!
Solution 2:[2]
Your .sol file is in the build/contracts folder. Move it to contracts folder.
Solution 3:[3]
I am getting a similar issue when I am compiling my .sol file using python. Everything works perfectly though.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Patrick Collins |
| Solution 2 | thethiny |
| Solution 3 | Neel Patel |
