Hello, I’m having a lot of trouble with the C++ extension for Visual Studio. I followed the steps from https://www.plcnext.help/te/Programming/Cpp/Cpp_programming/Required_Installations.htm to install it for Visual Studio. And combine it with this tutorial for creating a simple project https://www.plcnext.help/te/Programming/Cpp/Cpp_programming/Creating_a_Cpp_project_in_Visual_Studio.htm When I try to build a project (even a newly generated one)I get the error: Error\t\t[EngineeringLibraryBuilder]: The application to execute does not exist: ‘C:\\Users\\henne\\AppData\\Local\\Temp\\.net\\EngineeringLibraryBuilder\\ytgfomfx.llq\\EngineeringLibraryBuilder.dll’. I’ve been trying to fix this for some time now, but can’t get it to work. Anyone knows how to fix this? Regards, Henne
Hi Henne, There is a similar issue described here: https://www.plcnext-community.net/en/discussions-2-offcanvas/caching-error-during-project-startup.html In that case, deleting the directory below the Temp directory was the recommended solution, so perhaps deleting this directory (or moving it somewhere safe!) will solve the problem. C:\\Users\\henne\\AppData\\Local\\Temp\\.net\\EngineeringLibraryBuilder ~ Martin