[ERROR] Compile Warning / Error C#

Any chance anyone has ran into this before? I configured the VS environment as described in the docs. I can fix it by changing the architecture from AnyCPU to x64 but then, this causes run time issues.

This error is occurring on the server script only.

C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2106,5): warning MSB3270: There was a mismatch between the processor architecture of the project being built “MSIL” and the processor architecture of the reference “CitizenFX.Core”, “AMD64”. This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.