I have looked everywhere online and I can't seem to find the particular answer that allows this to be fixed. This is literally the only error that I am getting, and I can't build the executable until this is fixed.
int num3 = new VAMemory(Data.processname).ReadInt32(IntPtr.op_Addition(((IEnumerable<Process>)Process.GetProcessesByName(Data.processname)).FirstOrDefault().MainModule.BaseAddress, num2));
Here is the error:
IntPtr.operator + (IntPtr, int) cannot call operator or accessor