Problem
- The LunchBox component files have likely been blocked by Windows.
Solution
- Option 1: Navigate to the LunchBox folder within your Grasshopper Components folder, typically located here: “%APPDATA%\Roaming\Grasshopper\Libraries\LunchBox”. Unblock each file within the folder by individually right-clicking on the file name, selecting Properties, and checking the “Unblock” function.
- Option 2: Ask your IT administration professional to run the following PowerShell script, editing the file path to the correct directory if needed.
get-childitem -Recurse “$env:AppData\Roaming\Grasshopper\Libraries\LunchBox” | unblock-file
