Abaqus Cannot Find My Fortran Compiler

Hi, I am new to Abaqus and I'm trying to link the Fortran compiler with my Abaqus using (installed in this order)

  • Visual Studio Community 2019,
  • Intel One API base toolkit 2025.0,
  • Intel One API HPC toolkit 2025.0, and
  • Abaqus 2022

(I couldn't find older versions of the Intel software and I was told that the newest version should work). I've followed all the steps I found online, including

  1. adding folders containing vars.bat and vcvarsall.bat into the environment variable paths,
  2. changing the target path for both Abaqus CAE and Abaqus Command to include the Intel vars.bat file, and
  3. adding the call function in abq2022.bat file to call the vars.bat file and vcvarsall.bat file.

When I tried to get the info=system in Abaqus command, this is the error I got for the Fortran compiler:

I checked the whole intel folder and I couldn't find any files named ifortvars.bat. I was able to locate the ifx.exe file (Chatgpt told me to) and verified that the Fortran compiler is indeed installed on the system.

I tried adding ifx.exe to path and to abq2022.bat file but I'm still getting the same error as before (picture 1). I've installed and uninstalled all four software multiple times and followed different tutorials (similar process but different orders). I'm wondering if anyone knows how to resolve this issue. Any suggestions would be greatly appreciated.