VS Intellisense - Missing Detours include & REMIX_BRIDGE_CLIENT/REMIX_BRIDGE_SERVER Macro #11
Open
Description
-
The VS solution is missing the detours include path / search path. Adding
..\ext\Detours\src
to the search path in the NMake tab within the bridge-remix project settings fixes that. -
I've also noticed that
REMIX_BRIDGE_CLIENT
norREMIX_BRIDGE_SERVER
is defined when viewingutils_messagechannel.h
.
Intellisense tries to includethread.h
which can not be found in any of the defined search paths. Thedxvk
namespace can not be resolved either (typedef dxvk::thread ThreadType;
).
Edit: another unresolved Macro:
BRIDGE_VERSION
inclient/d3d9_lss.cpp
Metadata
Assignees
Labels
No labels