I was trying to set up a c/c++ project for Intel oneAPI 2024.2 and made a few hacks like running vs from a command prompt that had sourced the Intel /opt/intel/oneapi/2024.2/oneapi-vars.sh, and got icpx to compile a (project name).cpp as a tool. But then I thought this was looking more like a hack and not a proper way to set up a new project build. General guidance needed for good practice as I will need to set up Intel fortran ifx as well?