Strange behavior of the Visual Studio
I have created a new project and delete some parts which I do not need in the app I want to create. The project compiles without any error.
I get this informations form the build log of the Visual Studio:
1>------ Erstellen gestartet: Projekt: vACD_AgentClient, Konfiguration: Debug x64 ------
1>x86_64-linux-gnu-g++.exe -MMD -MF x86_64-debug/dep/vACD_AgentClient-main.dep -I sdk -Wall -Werror -fno-delete-null-pointer-checks -c -D NO_LEGACY -D BUILD=13A124 -g3 -O0 -DDEBUG -isystem C:\innovaphone\sdk/x86_64-7.2.0-linux-gnu/x86_64-linux-gnu/include/c++/7.2.0 -isystem C:\innovaphone\sdk/app-platform-libs/8/x86_64/usr/include -fsigned-char -o x86_64-debug/obj/vACD_AgentClient-main.o vACD_AgentClient-main.cpp
1>x86_64-linux-gnu-g++.exe --sysroot=C:\innovaphone\sdk/app-platform-libs/8/x86_64 -Wl,-rpath,C:\innovaphone\sdk/app-platform-libs/8/x86_64/usr/lib -Wl,-rpath,C:\innovaphone\sdk/app-platform-libs/8/x86_64/lib -Wl,--warn-common -o x86_64-debug/vACD_AgentClient/vACD_AgentClient x86_64-debug/obj/appwebsocket_httpdata.o x86_64-debug/obj/fonts_httpdata.o x86_64-debug/obj/lib1_httpdata.o x86_64-debug/obj/ui1.lib_httpdata.o x86_64-debug/obj/apps_start.o x86_64-debug/obj/apps.o x86_64-debug/obj/vACD_AgentClient.o x86_64-debug/obj/vACD_AgentClient-main.o -lpthread -luuid -lhpdf -lpng -lcap -lpam -lcrypto -lssl -lmysqlclient -ldl -lz -lpq -L sdk/lib/x86_64-debug -lsdk-131963
1>Der Remotebuildbefehl wurde nicht konfiguriert und wird übersprungen.
2>------ Bereitstellung gestartet: Projekt: vACD_AgentClient, Konfiguration: Debug x64 ------
2>Verbindung mit Remotesystemen wird hergestellt.
2>Remotepfade werden aufgelöst.
2>Dateien werden kopiert.
2>Der Bereitstellungsvorgang dauerte 3,7587249 Sekunden.
========== Erstellen: 1 erfolgreich, 0 fehlerhaft, 0 aktuell, 0 übersprungen ==========
========== Bereitstellen: 1 erfolgreich, 0 fehlerhaft, 0 übersprungen ==========
1>x86_64-linux-gnu-g++.exe -MMD -MF x86_64-debug/dep/vACD_AgentClient-main.dep -I sdk -Wall -Werror -fno-delete-null-pointer-checks -c -D NO_LEGACY -D BUILD=13A124 -g3 -O0 -DDEBUG -isystem C:\innovaphone\sdk/x86_64-7.2.0-linux-gnu/x86_64-linux-gnu/include/c++/7.2.0 -isystem C:\innovaphone\sdk/app-platform-libs/8/x86_64/usr/include -fsigned-char -o x86_64-debug/obj/vACD_AgentClient-main.o vACD_AgentClient-main.cpp
1>x86_64-linux-gnu-g++.exe --sysroot=C:\innovaphone\sdk/app-platform-libs/8/x86_64 -Wl,-rpath,C:\innovaphone\sdk/app-platform-libs/8/x86_64/usr/lib -Wl,-rpath,C:\innovaphone\sdk/app-platform-libs/8/x86_64/lib -Wl,--warn-common -o x86_64-debug/vACD_AgentClient/vACD_AgentClient x86_64-debug/obj/appwebsocket_httpdata.o x86_64-debug/obj/fonts_httpdata.o x86_64-debug/obj/lib1_httpdata.o x86_64-debug/obj/ui1.lib_httpdata.o x86_64-debug/obj/apps_start.o x86_64-debug/obj/apps.o x86_64-debug/obj/vACD_AgentClient.o x86_64-debug/obj/vACD_AgentClient-main.o -lpthread -luuid -lhpdf -lpng -lcap -lpam -lcrypto -lssl -lmysqlclient -ldl -lz -lpq -L sdk/lib/x86_64-debug -lsdk-131963
1>Der Remotebuildbefehl wurde nicht konfiguriert und wird übersprungen.
2>------ Bereitstellung gestartet: Projekt: vACD_AgentClient, Konfiguration: Debug x64 ------
2>Verbindung mit Remotesystemen wird hergestellt.
2>Remotepfade werden aufgelöst.
2>Dateien werden kopiert.
2>Der Bereitstellungsvorgang dauerte 3,7587249 Sekunden.
========== Erstellen: 1 erfolgreich, 0 fehlerhaft, 0 aktuell, 0 übersprungen ==========
========== Bereitstellen: 1 erfolgreich, 0 fehlerhaft, 0 übersprungen ==========
But after this I get also this error and I don't know how to resolve it. See to the image in the attachments. Sorry but I only have the error in german.

