I have installed the oneAPI on the Linux server.And it runs well when I use command icpx -fsycl test.cpp -o test
to compile source file.
Now I use vscode on Windows to connect to the server, but it can't find the head file correctly.
Error message here.
And my c_cpp_properties.json
file set as below:c_cpp_properties.json
I mainly want to use vscode's code prompts and completion to edit.
Could you tell me how to solve the problem, thank you!