You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code compiles correctly, but IntelliSense cannot detect the modules available in the current project.
Expected Behavior
As shown in the image, the expected behavior is that IntelliSense should be able to detect the modules linked against the current library. However, in reality, it does not.
After some investigation, I managed to resolve this issue by uncommenting the project references located in the .vcxproj file.
Xmake Version
xmake v2.9.3+HEAD.a5da06f37
Operating System Version and Architecture
Windows 11 23H2
Describe Bug
The code compiles correctly, but IntelliSense cannot detect the modules available in the current project.
Expected Behavior
As shown in the image, the expected behavior is that IntelliSense should be able to detect the modules linked against the current library. However, in reality, it does not.
After some investigation, I managed to resolve this issue by uncommenting the project references located in the
.vcxproj
file.Project Configuration
Additional Information and Error Logs
mod.ixx:
mod.cpp:
main.cpp:
The text was updated successfully, but these errors were encountered: