Simple high-level steps for getting RWK_Source building on Windows.
For a video tutorial click here
Visual StudioDebug-VisualStudio-86rapt_CPU.h
Edit: C:\RWK_Source\RWK_Source\Framework\RAPT\rapt_CPU.h
(Reference below "NEW_COMMUNITY_2026" comments)
#pragma once
#include "rapt_object.h"
#include "rapt_rect.h"
#include "rapt_string.h"
#define CPUHOOK(func) [&](CPU* theThis) func
#define CPUHOOKPTR std::function<void(CPU* theThis)>
#define COPY(x) x=theSource->x
#ifndef RAPT_LEGACY //(NEW_COMMUNITY_2026)
#define RAPT_LEGACY //(NEW_COMMUNITY_2026)
#endif //(NEW_COMMUNITY_2026)
#ifndef LEGACY_GL //(NEW_COMMUNITY_2026)
#define LEGACY_GL //(NEW_COMMUNITY_2026)
#endif //(NEW_COMMUNITY_2026)
// ...