Access Denied error when building C++ project

That typically means that your current user doesn’t have access to files that are needed for the build process. Perhaps try running takeown /F "D:\Development Projects" in console. If that doesn’t work, check if any files in your project directory are read-only, and clear their read-only status if they are.

1 Like