Hey y’all,
I am currently trying to use the Quaternion and Vector3D template classes for my project and I keep getting the following error when trying to call
#pragma once
#include <JuceHeader.h>
…
juce::Vector3D myVector;
…
Error Message:
no member named ‘makeInt’ in ‘juce::ByteOrder’
Included from:
/Users/Me/myProject/JuceLibraryCode/include_juce_data_structures.mm
_ …/…/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.mm_
…/…/JuceLibraryCode/modules/juce_data_structures/juce_data_structures.cpp
edit: I imported the following modules in the Projucer:

Did someone encountered this before?
Any help would be very much appreciated.
cheers,
Simon
