It seems that whenever I want to access the following pathways of C:\Users\ABC\AppData, any program or application gives me an "Access is denied error":
In another application called CodeBlocks, I get the same error:
Error: can't open C:\Users\ABC\AppData\Local\Temp\cc4x6bY8.s for reading: Permission denied
Running procmon and rerunning the command would tell you what process is trying to access what exactly and the permissions it's requesting then you should look at the permissions and change them accordingly.
Running procmon and rerunning the command would tell you what process is trying to access what exactly and the permissions it's requesting then you should look at the permissions and change them accordingly.