Skip to content

Commit 1ad019c

Browse files
committed
Updated Readme with build instructions
1 parent 84d888d commit 1ad019c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

apps/windows/cpp/ChatServer/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ Invoke-WebRequest -Uri https://raw.githubusercontent.com/nlohmann/json/develop/s
7070

7171
Make sure `QNN_SDK_ROOT` is set globally pointing to QAIRT SDK before you build the project.
7272

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+
7380
1. Open `ChatServer.sln`
7481
2. Build project in Visual Studio
7582

0 commit comments

Comments
 (0)