diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
index b3244a56c7d975e2758bb91ed66015aebd16b161..687b0d6a37027ed9d4c4f9f1d911f902bb4ed391 100644
--- a/.vscode/c_cpp_properties.json
+++ b/.vscode/c_cpp_properties.json
@@ -3,11 +3,10 @@
         {
             "name": "Linux",
             "includePath": [
-                "${workspaceFolder}/**",
-                "/home/user/boost_1_72_0"
+                "${workspaceFolder}/**"
             ],
             "defines": [],
-            "compilerPath": "/usr/bin/gcc",
+            "compilerPath": "/usr/bin/g++",
             "cStandard": "c11",
             "cppStandard": "c++17",
             "intelliSenseMode": "clang-x64"