Error when building a C++ program for the second time [closed]

Seems like you are trying to compile even when the previous process is still running. You must track it from task manager and kill the process before you compile it again.

Looking into your comment,seems like a permission issue may be,check if you are running the command prompt or the IDE with admin privilege or not,if no,try running it with administrator privilege.

Leave a Comment