The https://github.com/Developer-DAO/pixel-avatars project has a non-standard place for the contracts so the OpenZeppelin imports are shown with a red lint error.
For Solidity VSCode plugin, set "Package Default Dependencies Directory" to contract/node_modules
instead of default node_modules
.
VSCode can then find the OpenZeppelin imports.