Forum Discussion
The following solution helped me:
Created a new environment variable in Windows:
Name: WSLENV
Value: SOPC_KIT_NIOS2/p
After restarting Eclipse and Quartus it worked.
If it does not help, try to independently execute this command in the created directory (DirectoryName, not DirectoryName_bsp) and send a screen here.
I was having the same issue. First I couldn't create the bsp. After some googling, I found I also needed to enable the VirtualMachinePlatform and Microsoft-Windows-Subsystem-Linux features as well as install Ubuntu 18.04 LTS onto my machine. Once I finally won that fight, I ran into the issue described above where I couldn't create the app. Following Latriny's advice I added that environment variable to the system and it FINALLY worked correctly for me.
Thanks!
Shawn