Basic ASIO setup producing error: Cannot open include file: 'iasiodrv.h'

Okay, so I managed to figure this issue out. Here’s what ended up working:

  1. With the project open in the projucer, go to Modules > juce_audio_devices, and set JUCE_ASIO to “Enabled”.
  2. Click the settings icon above the file explorer, and in “Header Search Paths”, add the path to the ASIO common folder from the ASIO SDK download - for me this is “C:\ASIOSDK2.3.2\common”

This should then work fine.

1 Like