pch.h
 1  #pragma once
 2  #define WIN32_LEAN_AND_MEAN
 3  #include <windows.h>
 4  #include <shlwapi.h>
 5  #include <shellapi.h>
 6  #include <stdexcept>
 7  #include <unordered_set>
 8  #include <winrt/base.h>
 9  #include <filesystem>
10  #include <common/SettingsAPI/settings_helpers.h>
11  #include <common/logger/logger.h>