I'm running into the same issue described [here](https://github.com/ethereum/solidity/issues/1226). Flycheck never gets past the import. The solution is to call solc with a remapping like: ``` @openzeppelin/=$(pwd)/node_modules/@openzeppelin/ ``` How can this be achieved?