I’m trying to build Intel one api sample Base_Vector_Add.
i’m getting multiple error as follow’s
Error_description
i learnt that this might be due to a conflict between the Intel oneAPI DPC++/C++ Compiler and the Microsoft Visual Studio compiler.
also in intel doc’s it has been mentioned that intel oneApi version 2024.1 (which i have installed) is comptable with VS 2022 17.9.2 but I’m using VS 2022 17.9.7 not able to rollback too as it is a community version
how do i fix this or how do i Roll back my Visual studio code.