My compiler is not recognizing my import. Don't hate me for posting this again. I've clicked through about 10 different forum posts similar to this one but none actually has solved my particular issue after trying.
Environment
The latest truffle version. I'm using the latest OpenZeppelin code that is downloaded from NPM.
Details
Long story short I'm new and I've been developing a project that compiles fine before I add an import statement to one of the "@openZeppelin" contracts. I checked the settings and `Solidity: Package Default Dependencies Directory = "node_modules"`
Solidity: Package Default Dependencies Contracts Directory = ""
I changed the file structure a few times and I ended up moving node_modules into the same folder as the smart contract I’m importing “@openzeppelin” from and it’s still not working.
Here’s the path I’m using
import "@openzeppelincontracts-upgradeable\tokenERC721ERC721PausableUpgradeable.sol";
I’m not sure what else to do. Yes, it’s installed. I installed it twice just to be sure.
Code to reproduce
import "@openzeppelin/contracts-upgradeable/token/ERC721/ERC721PausableUpgradeable.sol";`
Edit; Typo