ofRandomDistributions.h is missing ofColor.h when building projectGenerator
which is strange.
src/projects/visualStudioProject.cpp
In file included from src/main.cpp:6:
In file included from ../../../libs/openFrameworks/utils/ofUtils.h:19:
../../../libs/openFrameworks/utils/ofRandomDistributions.h:5:10: fatal error: 'ofColor.h' file not found
5 | #include "ofColor.h"
| ^~~~~~~~~~~
for some reason the c++ command invoked is missing the include -I../../../libs/openFrameworks/types
ofRandomDistributions.h is missing ofColor.h when building projectGenerator which is strange.
for some reason the c++ command invoked is missing the include
-I../../../libs/openFrameworks/types
@danoli3 any ideas here?