We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d888d commit 1ad019cCopy full SHA for 1ad019c
1 file changed
apps/windows/cpp/ChatServer/README.md
@@ -70,6 +70,13 @@ Invoke-WebRequest -Uri https://raw.githubusercontent.com/nlohmann/json/develop/s
70
71
Make sure `QNN_SDK_ROOT` is set globally pointing to QAIRT SDK before you build the project.
72
73
+**Important:**
74
+- In Visual Studio, right-click your project (`ChatServer`) in Solution Explorer and select **Properties**.
75
+- Go to **Configuration Properties > C/C++ > General > Additional Include Directories**.
76
+- Add the following entry to the list:
77
+ - `$(ProjectDir)`
78
+- Click OK to save. This ensures the compiler can find `httplib.h` and `nlohmann/json.hpp` if they are in your project root.
79
+
80
1. Open `ChatServer.sln`
81
2. Build project in Visual Studio
82
0 commit comments