Medium Operating Systems ✓ Solution Verified by Community (0+ upvotes)

How to fix error error-cannot-make in Windows 11

ERROR_CANNOT_MAKE = 82

65% success rate
👥 0+ users verified
📅 Updated: 2026-08-12
⏱️ 30 min read
Fix based on community reports and expert analysis. Last verified: 2026-08-12 · How we verify fixes
Error Codeerror-cannot-make
Affected SystemWindows 11 (Microsoft)
DifficultyMedium
Estimated Time30 min
Requires Admin Rights⚠️ Yes
Requires Reboot🔄 Yes

Solution Steps

  1. 1 First, check if the target folder exists. If the error message specifies a path, open File Explorer and navigate to that path. If the folder doesn't exist, create it by right-clicking in the parent folder and selecting 'New' → 'Folder'. Name it exactly as the program expects. This gives the program a place to create its files.
  2. 2 If the folder exists, check its permissions. Right-click the folder, select 'Properties', go to the 'Security' tab, and click 'Edit'. Select your user account and make sure 'Full control' is checked. If not, check it and click 'Apply'. This grants you the necessary permissions to create files.
  3. 3 If the folder is read-only, uncheck the 'Read-only' attribute in the 'General' tab of Properties. Click 'Apply' and 'OK'. This allows Windows to write to the folder.
  4. 4 Check if the disk is full. Open File Explorer, right-click the drive, and select 'Properties'. If the free space is low (less than 1 GB), free up space by deleting unnecessary files or running Disk Cleanup. A full disk can prevent file creation.
  5. 5 If the error occurs in a system folder like 'C:\Program Files', you might need to run the program as an administrator. Right-click the program's executable, select 'Properties', go to the 'Compatibility' tab, and check 'Run this program as an administrator'. This gives the program elevated permissions to create files in protected locations.
  6. 6 If the issue persists, the file system might be corrupted. Open Command Prompt as administrator (Win+R, type 'cmd', Ctrl+Shift+Enter) and run 'sfc /scannow'. This checks and repairs system files. If that doesn't help, run 'chkdsk C: /f' (replace C: with the drive letter) and restart your PC. This checks for disk errors.

🔍 Didn't work? Enter your GPU and CPU for hardware-specific advice:

🔧 Still having issues?

Describe your exact problem to Error Buddy and get a personalized fix in seconds.

🛠️ Try Error Buddy — It's Free