Solution
This is occurring because LabWindows/CVI is failing to find the .lib file for the instrument driver. LabWindows/CVI loads instrument drivers with
set precedence rules , but these can fail if the .lib file is named differently than the .fp file, for instance "InstrumentDriver.fp" and "InstrumentDriver_x64.lib".
To solve this, rename the .lib or the .fp file to ensure that the file names match.