Hi tupai,
I assume you are referring to this example?
Using ActiveX to Communicate between LabWindows/CVI Projects and Visual C++ ProjectsIf so, after you build the project, you must go to the command line and change directories to the debug directory where the executable is built. From here, you need to run the executable with the following command:
VC.exe /RegServerThe reason you can't find VC.h is because you haven't built the instrument driver yet (steps 3-7 in the readme). Once you have finished the wizard it will prompt you for the header again. Just point it to the newly created VC.h in the CVI directory (where CVI.prj is, or wherever you told it to save the FP file when creating the instrument).
Regards,