ESP32 tick rate - 200Hz desired - Unable to Change

It sounds like configTICK_RATE_HZ is already defined by another header, and you may need to update the order of includes in the project file such that the directory containing your header with the desired tick rate is included first by the compiler. I would also suggest consulting the VisualMicro forums as they would be able to help you more with your specific issue.