I'm using Microsoft Visual Studios to create a C++ program that interacts (read/writes) with Excel through LibXL, and I'm experiencing start-up errors when running my program.
I followed these steps to set-up my LibXL repository and directories like the steps posted, and every time I run the program it immediately halts and I'm presented with the white Microsoft Visual Studio Box exclaiming: "Unable to start program 'C:------\Documents\ConsoleApplication\x64\Debug\ExcelTest.exe'. The system cannot find the file specified." Obviously the message is referring to not being able to find my program because of the path library or directories... but I have tried rebuilding, restarting, and other troubleshooting and can't seem to get past this message. How can I resolve this, or is there another way I can interface with Excel?
I've tried rebuilding the solution, restarting VS, remaking my program and path libraries. None of which worked and got me past the error code.