I am getting the following 3 errors in visual studio code when trying to build. using x64 native tools.
First error is...
C1083 Cannot open compiler intermediate file: 'G:/AzerothCore Build/src/server/game/game.dir/RelWithDebInfo/cmake_pch.pch': Invalid argument game G:\AzerothCore Build\src\server\game\CMakeFiles\game.dir\cmake_pch.cxx 1
see screen shot for all 3.
cmake ran perfectly fine, tried running all as administrator.all error files do exist except 'scripts.lib' (no clue if that's supposed to be generated by the compiler or is actually missing).try changing permission on the file to everyone all access. still not compiling.
also tried x84 cross tools, same error